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