in reply to Convert binary to ascii while sftp using Net::SSH2

I checked the man page of sftp itself and not even that has options to automatically change ascii files, unlike the original ftp program. And Net::SSH2 seems unable to do that either. I would suggest that your script does the transformation before transfering the file.
  • Comment on Re: Convert binary to ascii while sftp using Net::SSH2