Hi,
While sftp'ing the files, how can we set the transfer mode (ASCII/Binary) of the file?
I am sftp'ing the file with out using any modules(Net::SFTP).
$sftp_cmd = `sftp $usr\@$address <<EOF \n cd $remote_dir \nbye \nEOF`;
Can someone please help on how can I set the transfer mode ?
Thanks in Advance!!!