I want to download file from remote machine.But its 400MB.I am using get method of JSCH for SFTP. it will take 1-2hour to download?
would writing file using BufferedOutputStream would be more faster.
I want to download file from remote machine.But its 400MB.I am using get method of JSCH for SFTP. it will take 1-2hour to download?
would writing file using BufferedOutputStream would be more faster.