PowerTCP FTP for .NET
Status Method



Shows current status of the FTP session.
Syntax
Public Function Status() As Response
Dim instance As Ftp
Dim value As Response
 
value = instance.Status()
public Response Status()
public:
Response^ Status(); 

Return Value

Exceptions
ExceptionDescription
FtpProtocolExceptionThe command did not succeed.
Remarks
"STAT" is sent to the server.
See Also

Reference

Ftp Class
Ftp Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic