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 )
Ftp Class Ftp Members