To add a file to a remote directory using SFTP, which method accepts the local file path and the remote file path as arguments?
sftpChannel._____("localfilepath", "remotefilepath");
To add a file to a remote directory using SFTP, which method accepts the local file path and the remote file path as arguments?
sftpChannel._____("localfilepath", "remotefilepath");