java - Open source FTP client which is Block mode enabled -
i have send data legacy ftp server "mode block" , "struct record" or "mode b" , "sturct r" mandatory.
is there open source ftp client on linux or programming library "mode block" , "struct record" functions enabled? (preferably ftp client on linux).
looking @ javadoc apache commons ftp library, looks though constants exist functionality.
http://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/ftp.html
Comments
Post a Comment