C# Class CSharpUtils.VirtualFileSystem.Ftp.FtpFileSystem

Inheritance: RemoteFileSystem
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Свойство Type Description
RootPath String
_Ftp CSharpUtils.Net.FTP

Méthodes publiques

Méthode Description
Connect ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : void
DownloadFile ( String RemoteFile, String LocalFile = null ) : String
EnsureConnect ( ) : RemoteFileSystem
FtpFileSystem ( ) : System
FtpFileSystem ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : System
Shutdown ( ) : void
UploadFile ( String RemoteFile, String LocalFile ) : void

Méthodes protégées

Méthode Description
ImplCreateDirectory ( String Path, int Mode = 0777 ) : void
ImplDeleteFile ( string Path ) : void
ImplFindFiles ( string Path ) : IEnumerable
ImplGetFileInfo ( String Path ) : FileSystemEntry
RealPath ( String Path ) : String
_Connect ( ) : void

Method Details

Connect() public méthode

public Connect ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : void
Host string
Port int
Username string
Password string
timeout int
Résultat void

DownloadFile() public méthode

public DownloadFile ( String RemoteFile, String LocalFile = null ) : String
RemoteFile String
LocalFile String
Résultat String

EnsureConnect() public méthode

public EnsureConnect ( ) : RemoteFileSystem
Résultat RemoteFileSystem

FtpFileSystem() public méthode

public FtpFileSystem ( ) : System
Résultat System

FtpFileSystem() public méthode

public FtpFileSystem ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : System
Host string
Port int
Username string
Password string
timeout int
Résultat System

ImplCreateDirectory() protected méthode

protected ImplCreateDirectory ( String Path, int Mode = 0777 ) : void
Path String
Mode int
Résultat void

ImplDeleteFile() protected méthode

protected ImplDeleteFile ( string Path ) : void
Path string
Résultat void

ImplFindFiles() protected méthode

protected ImplFindFiles ( string Path ) : IEnumerable
Path string
Résultat IEnumerable

ImplGetFileInfo() protected méthode

protected ImplGetFileInfo ( String Path ) : FileSystemEntry
Path String
Résultat FileSystemEntry

RealPath() protected méthode

protected RealPath ( String Path ) : String
Path String
Résultat String

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

UploadFile() public méthode

public UploadFile ( String RemoteFile, String LocalFile ) : void
RemoteFile String
LocalFile String
Résultat void

_Connect() protected méthode

protected _Connect ( ) : void
Résultat void

Property Details

RootPath public_oe property

public String RootPath
Résultat String

_Ftp public_oe property

public FTP,CSharpUtils.Net _Ftp
Résultat CSharpUtils.Net.FTP