in reply to ftp multiple files

May I suggest using Net::FTP, it works very well and is well documented... then you could just run a put command in a for loop.
                - Ant

Replies are listed 'Best First'.
Re: Re: ftp multiple files
by nkpgmartin (Sexton) on Apr 16, 2001 at 23:05 UTC
    We don't have the Net::ftp module here.
      It is possible to install it as a user... but not necessarily easy...

      what about a program like ncftpput... it allows you to put a file in a single command, and I think it comes with a normal redhat installation (only helps if you are in redhat, of course)
                      - Ant

        I'm running solaris 2.6. Maybe I should try and get the Net::ftp module.