NET SFTP Library
FtpCommand Constructor






KellermanSoftware.NetSFtpLibrary Namespace > FtpCommand Class : FtpCommand Constructor
FTP Command and Parameters
Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal commandString As System.String _
)
'Usage
 
Dim commandString As System.String
 
Dim instance As New FtpCommand(commandString)
public FtpCommand( 
   System.string commandString
)
public FtpCommand( 
    commandString: System.String
); 
public function FtpCommand( 
   commandString : System.String
);
public: FtpCommand( 
   System.string* commandString
)
public:
FtpCommand( 
   System.String^ commandString
)

Parameters

commandString
FTP Command and Parameters
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpCommand Class
FtpCommand Members