프로퍼티 | 타입 | 설명 | |
---|---|---|---|
RootPath | String | ||
_Ftp |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 |
public Connect ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : void | ||
Host | string | |
Port | int | |
Username | string | |
Password | string | |
timeout | int | |
리턴 | void |
public DownloadFile ( String RemoteFile, String LocalFile = null ) : String | ||
RemoteFile | String | |
LocalFile | String | |
리턴 | String |
public FtpFileSystem ( string Host, int Port, string Username, string Password, int timeout = 10000 ) : System | ||
Host | string | |
Port | int | |
Username | string | |
Password | string | |
timeout | int | |
리턴 | System |
protected ImplCreateDirectory ( String Path, int Mode = 0777 ) : void | ||
Path | String | |
Mode | int | |
리턴 | void |
protected ImplFindFiles ( string Path ) : IEnumerable |
||
Path | string | |
리턴 | IEnumerable |
protected ImplGetFileInfo ( String Path ) : FileSystemEntry | ||
Path | String | |
리턴 | FileSystemEntry |
public UploadFile ( String RemoteFile, String LocalFile ) : void | ||
RemoteFile | String | |
LocalFile | String | |
리턴 | void |