SocketTools .NET Edition

FtpClient.CloseFile Method 

Close the file that was previously opened with the OpenFile method.

[Visual Basic]
Public Function CloseFile() As Boolean
[C#]
public bool CloseFile();

Return Value

This method returns a boolean value. If the method succeeds, the return value is true. If the method fails, the return value is false. To get extended error information, check the value of the LastError property.

See Also

FtpClient Class | SocketTools Namespace