http://qs321.pair.com?node_id=11120939


in reply to best method to upload to FTP keeping directory structure

Hi! Searching metacpan for "ftp", or better for "ftp recursive" will lead you to Net::FTP::Recursive. Then a super search for Net::FTP::Recursive (and looking through the results) reveals an apparently working script in Net::FTP::Recursive question. The bug mentioned there seems to be fixed meanwhile, and the test matrix of the module is mostly green.

I didn't test anything of it, that's up to you - I just wanted to show off my magical search skills :-)

  • Comment on Re: best method to upload to FTP keeping directory structure

Replies are listed 'Best First'.
Re^2: best method to upload to FTP keeping directory structure
by flieckster (Scribe) on Aug 21, 2020 at 03:24 UTC
    Ok i'll take that and run with it, many thanks!