Discuss this help topic in SecureBlackbox Forum

Upload files (low-level method)

To upload the file, use Send() method of TElSimpleFTPSClient class. This method is overloaded, i.e. it provides several ways of use.

The simplest variant of Send() method accepts only the remote file name and a data stream as a parameter. Other variants offer you the way to control, what part of data is uploaded and how it is stored on the remote side, i.e. whether the file is overriden or appended.

The progress of the upload operation is reported using OnProgress event of TElSimpleFTPSClient class.

To stop the operation without closing connection you can set Cancel parameter of the OnProgress event handler to true. This will stop the upload and close the data channel.

How To articles about client-side FTPS questions

Discuss this help topic in SecureBlackbox Forum