in reply to Re^2: Encrypt File while sending
in thread Encrypt File while sending
- Print to a file within the script rather than in the shell, this will allow you to automate the entire process.
- Read the documentation of Crypt::Simple, it's fairly straightforward.
- Substitute Net::SFTP for Net::FTP in my previous advice.
- Seriously, you can search for things in CPAN, it's easy to do and speeds up development no end ;)