JobUploadToFTPServer Method |
Uploads the job to a specified FTP Server
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public int UploadToFTPServer(
FTPServerOptions FTPServer,
bool Compressed
)
Public Function UploadToFTPServer (
FTPServer As FTPServerOptions,
Compressed As Boolean
) As Integer
Dim instance As Job
Dim FTPServer As FTPServerOptions
Dim Compressed As Boolean
Dim returnValue As Integer
returnValue = instance.UploadToFTPServer(FTPServer,
Compressed)
Parameters
- FTPServer FTPServerOptions
- The information about the server to upload to
- Compressed Boolean
- Defines if the file is uploaded as a compressed archive.
Return Value
Int32Returns the FTP response status code, or -1 if another error occured (226 for successful transfer)
See Also