FTP Function Reference

sFTPPushMore

FTP Function Reference

This function uploads the next chunk of data to the remote FTP server. You must start the upload with sFTPPushStart and finish with sFTPPushEnd.

Declare Function sFTPPushMore Lib "SapphireFTP.dll" () As Long

Parameters

  None

Return Values

  Returns a number indicating success or failure. If the operation was successful then the return value will be FTP_NO_ERROR. Use sFTPErrorText to get a string version of the error message.