ftp4go
ftp4go copied to clipboard
Automatically exported from code.google.com/p/ftp4go
``` What steps will reproduce the problem? 1. Call ftp.Size("this_file_doesnt_exist") What is the expected output? An error message. What do you see instead? A panic in client.go:402 Please provide any...
``` What steps will reproduce the problem? 1. The sample on the project home page fails to compile You can fix the sample by changing the line to have a...
``` Hi, When using the FTP.UploadFile method and given it a none existing localpath, you'll get a panic instead of an error "open ...: no such file or directory". It...
``` Hello, i missed this method, and added it in my own copy of ftp4go : // SetTimeout sets the timeout for command and data transfers, in milliseconds. // (added...