PowerTCP FTP for .NET
Site Method



Message to send to the server.
Syntax
Public Function Site( _
   ByVal command As String _
) As Response
Dim instance As Ftp
Dim command As String
Dim value As Response
 
value = instance.Site(command)
public Response Site( 
   string command
)
public:
Response^ Site( 
   String^ command
) 

Parameters

command
Message to send 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