remoteFile | String The name of the remote file. |
transferType | String FTP file transfer mode (ascii or binary). The default is ascii. |
writeOption | String Optional. Indicates whether to send a STOR or a STOU (Store as Unique File) command to the remote FTP server. Set to: true to send a STOU (Store as Unique File) command. false to send a STOR command. This is the default. |
contentStream | java.io.InputStream, byte[ ], or String Data to be transferred to the remote file. |
statusCode | String Standard FTP protocol status code. |
statusMessage | String Standard FTP protocol status message. |