http://www.perlmonks.org?node_id=11120936

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

hello all, can anyone point me in the correct direction or where to start with my issue (of which i have many). I have the need to upload a directory, within another directory, with images in the sub directories. Main Dir -- sub dir -- image -- sub dir2 -- image i have no issue globing the contents of a directory, and FTP, but whats the best way to move these other then zipping the directory up, and transferring as a zip? thank you for your guidance as always.