PowerTCP FTP for .NET
Syst Method



Identifies the type of system used on the server.
Syntax
Public Function Syst() As Response
Dim instance As Ftp
Dim value As Response
 
value = instance.Syst()
public Response Syst()
public:
Response^ Syst(); 

Return Value

Exceptions
ExceptionDescription
FtpProtocolExceptionThe command did not succeed.
Remarks
"SYST" 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