Click or drag to resize

JobUploadToFTPServer Method

Uploads the job to a specified FTP Server

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public int UploadToFTPServer(
	FTPServerOptions FTPServer,
	bool 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

Int32
Returns the FTP response status code, or -1 if another error occured (226 for successful transfer)
See Also