Hi,

I've started working on a simple perl module to use with lftp.
It requires the newest git version of lftp, because of the interactive bug.

The background for this project is to let the perl community not using
*system(lftp
-e open...)* or *`lftp -e mirror...`* etc. One big problem with using lftp
like this is that username and password are visible in a 'ps' list.

Using this module will also be a lot easier than creating loooong "lftp
-e..." commands. It will also keep the connection to the ftp server until a
quit is received or the timeout times out.

Feedback would be appreciated.

-Idar

Attachment: LFTP.pm
Description: Binary data

Attachment: test_lftp.pl
Description: Binary data

_______________________________________________
lftp-devel mailing list
lftp-devel@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp-devel

Reply via email to