Share via


FtpFilesystemListener Constructor (String, String, Boolean)

[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, file system root, and value that indicates whether uploads are allowed.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

FtpFilesystemListener Class

FtpFilesystemListener Overload

Microsoft.SPOT.Net.Ftp Namespace