Share via


FtpFilesystemListener Constructor (String, String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the FtpFilesystemListener class with the specified virtual root and file system root.

Namespace:  Microsoft.SPOT.Net.Ftp
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

'Declaration
Public Sub New ( _
    virtualRoot As String, _
    filesystemRoot As String _
)
public FtpFilesystemListener(
    string virtualRoot,
    string filesystemRoot
)
public:
FtpFilesystemListener(
    String^ virtualRoot, 
    String^ filesystemRoot
)
new : 
        virtualRoot:string * 
        filesystemRoot:string -> FtpFilesystemListener
public function FtpFilesystemListener(
    virtualRoot : String, 
    filesystemRoot : String
)

Parameters

.NET Framework Security

See Also

Reference

FtpFilesystemListener Class

FtpFilesystemListener Overload

Microsoft.SPOT.Net.Ftp Namespace