in reply to
Net::FTP to MVS problems with put
You are not logged in because you forgot to call
$sftp->login($username, $password);
. Also, STOR is the protocol command corresponding to the user command 'put'.
HTH, --traveler
Comment on
Re: Net::FTP to MVS problems with put
Download
Code
In Section
Seekers of Perl Wisdom