org.das2.util.filesystem.FTPFileSystem
This original FtpFileSystem implementation is based on Java's FTP client. Note, Autoplot uses a third-party library because
of limitations of the Java implementation. See DataSource project of Autoplot. TODO: like what?
isDirectory
isDirectory( String filename ) → boolean
Parameters
filename - a String
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
listDirectory
listDirectory( String directory ) → String[]
Parameters
directory - a String
Returns:
java.lang.String[]
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]