Menu

#14 Some FTP servers returns other than 226 code for SendFile()

open
nobody
None
5
2010-08-26
2010-08-26
Wolverrum
No

line 224:
--- if(!(returnValue == 226))
+++ if(!(returnValue == 226 || returnValue == 250))

Discussion


Log in to post a comment.