ftp4go icon indicating copy to clipboard operation
ftp4go copied to clipboard

Automatically exported from code.google.com/p/ftp4go

Results 4 ftp4go issues
Sort by recently updated
recently updated
newest added

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated