FTP Function Reference

sFTPPushEnd

FTP Function Reference

This function closes an upload stream.

<DllImport("SapphireFTP.dll")> _
Public Function sFTPPushEnd() As Integer
End Function

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.