PowerTCP FTP for .NET
Syst Method (Ftp)



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 5.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic