You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 additional information below.
Fixed with...
401: response, err := ftp.SendAndRead(SIZE_FTP_CMD, filename)
402: if err != nil {
403: return
494: }
Original issue reported on code.google.com by [email protected] on 1 Aug 2014 at 2:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Aug 2014 at 2:34The text was updated successfully, but these errors were encountered: