Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Need a Perl-based FTP script(to run online on UNIX host,insted of installing win32 ftp program on server pc)not) that connected to different FTP servers and listed directory and file contents via a web browser, and allows me upload file to target webserver via my browser.

Replies are listed 'Best First'.
Re: perl FTP script
by runrig (Abbot) on Dec 15, 2004 at 18:14 UTC
Re: perl FTP script
by artist (Parson) on Dec 15, 2004 at 17:39 UTC
    Just clarifying..
    Your Web Interface:
    Target Server:....
    Local File:...
    Server Path:...
    Submit: Send File

    The CGI program at the webserver will ftp the file to appropriate target server.

    You might want to look at Net::FTP

    A reply falls below the community's threshold of quality. You may see it by logging in.