Specifies the remote key.
abstract void FileTransfer.setRemoteKey(String remoteKey)
remoteKey The remote key value or null to leave it unspecified.
The remote key is a parameter passed to the server authenticate_file_upload script.
The script can use this parameter to determine the name and location of the file to be stored on the server.
If this value is unspecified, the getFileName() value is used as the remote key.