Comment #5 on issue 86 by [email protected]: FTP library
http://code.google.com/p/robotframework/issues/detail?id=86
Just thought I'd share:
an alternative install-free & more light-weight, though less natively
integrated approach would be to write a cross platform resource file that
makes FTP calls to the OS platform's native command line FTP client. I
believe the interface is mostly similar between Windows and Linux. The
resource writer can also abstract any minor differences in FTP clients. And
for automation side, the FTP clients can take input files of FTP commands
so one can use "temp" generated FTP command text files with FTP client to
create FTP custom user keywords.