SFTP using JAva
807601May 7 2008 — edited May 7 2008Hi,
I want to use SFTP(FTP over SSH) to transfer files to a remote server and I am currently using Jsch from Jcraft. But apparently this does not support transferring files in ASCII mode, it uses binary mode by default. I need to transfer the files in both ASCII as well as in Binary mode. Can anyone help me out on this?