in reply to Arguments with FTP command

Thanks for all of the replies, folks. I appreciate them. I will most likely end up shelling out to the current ftp client, so I can invoke those command line arguments.

Replies are listed 'Best First'.
Re^2: Arguments with FTP command
by dwm042 (Priest) on Aug 13, 2008 at 20:31 UTC
    Given what apl and mr_mischief have said, I don't see the point of shelling out. The parameters are irrelevant in a situation where you are accessing another server using Net::FTP. Any configuration file you need could be read by perl itself (e.g. Config::Simple or Config::Tiny).