|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteFileList in com.glub.secureftp.bean |
---|
Methods in com.glub.secureftp.bean that return RemoteFileList | |
---|---|
RemoteFileList |
FTP.list()
List the current remote directory. |
RemoteFileList |
FTP.list(FTPAbortableTransfer abort)
List the current remote directory with the ability to abort the listing. |
RemoteFileList |
FTP.list(RemoteFile file)
List items on the remote FTP server. |
RemoteFileList |
FTP.list(RemoteFile file,
FTPAbortableTransfer abort,
boolean showHidden)
List items on the remote FTP server with the ability to abort the listing. |
RemoteFileList |
FTP.list(String itemsToList)
List items on the remote FTP server. |
RemoteFileList |
FTP.list(String itemsToList,
FTPAbortableTransfer abort,
boolean showHidden)
List items on the remote FTP server with the ability to abort the listing. |
RemoteFileList |
FTP.listAll()
List the current remote directory, including hidden files. |
RemoteFileList |
FTP.listAll(FTPAbortableTransfer abort)
List the current remote directory including hidden files with the ability to abort the listing. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |