메소드 | 설명 | |
---|---|---|
Delete ( Primitive remoteFile, Primitive ftpServerIP, Primitive ftpUserID, Primitive ftpPassword ) : Primitive |
Delete a file by ftp.
|
|
Download ( Primitive localFile, Primitive remoteFile, Primitive ftpServerIP, Primitive ftpUserID, Primitive ftpPassword ) : Primitive |
Download a file by ftp.
|
|
ListFiles ( Primitive remoteFolder, Primitive ftpServerIP, Primitive ftpUserID, Primitive ftpPassword ) : Primitive |
Get a remote folder listing by ftp (non async only).
|
|
Upload ( Primitive localFile, Primitive remoteFile, Primitive ftpServerIP, Primitive ftpUserID, Primitive ftpPassword ) : Primitive |
Upload a file by ftp.
|
메소드 | 설명 | |
---|---|---|
DoDelete ( Object obj ) : void | ||
DoDownload ( Object obj ) : void | ||
DoUpload ( Object obj ) : void |
public static Delete ( Primitive remoteFile, Primitive ftpServerIP, Primitive ftpUserID, Primitive ftpPassword ) : Primitive | ||
remoteFile | Primitive | The full path (on server) to the remote file to delete. |
ftpServerIP | Primitive | The ftp server address (or IP). |
ftpUserID | Primitive | The user ID. |
ftpPassword | Primitive | The user password. |
리턴 | Primitive |
public static Download ( Primitive localFile, Primitive remoteFile, Primitive ftpServerIP, Primitive ftpUserID, Primitive ftpPassword ) : Primitive | ||
localFile | Primitive | The full path to the local file to download. |
remoteFile | Primitive | The full path (on server) to the remote file to download. |
ftpServerIP | Primitive | The ftp server address (or IP). |
ftpUserID | Primitive | The user ID. |
ftpPassword | Primitive | The user password. |
리턴 | Primitive |
public static ListFiles ( Primitive remoteFolder, Primitive ftpServerIP, Primitive ftpUserID, Primitive ftpPassword ) : Primitive | ||
remoteFolder | Primitive | The full path (on server) to the remote folder to list. |
ftpServerIP | Primitive | The ftp server address (or IP). |
ftpUserID | Primitive | The user ID. |
ftpPassword | Primitive | The user password. |
리턴 | Primitive |
public static Upload ( Primitive localFile, Primitive remoteFile, Primitive ftpServerIP, Primitive ftpUserID, Primitive ftpPassword ) : Primitive | ||
localFile | Primitive | The full path to the local file to upload. |
remoteFile | Primitive | The full path (on server) to the remote file to upload. |
ftpServerIP | Primitive | The ftp server address (or IP). |
ftpUserID | Primitive | The user ID. |
ftpPassword | Primitive | The user password. |
리턴 | Primitive |