Methods in org.finj that return RemoteFile |
RemoteFile[] |
FTPClient.getFileDescriptors()
Returns the complete description of the files in the
current working directory. |
RemoteFile[] |
FTPClient.getFileDescriptors(boolean passive)
Returns the complete description of the files in the
current working directory. |
RemoteFile[] |
FTPClient.getFileDescriptors(java.lang.String pathname)
Returns the complete description of the files in the
directory specified by the path argument. |
RemoteFile[] |
FTPClient.getFileDescriptors(java.lang.String pathname,
boolean passive)
Returns the complete description of the files in the
directory specified by the path argument. |