@param pathname The file or directory to list. @return The list of filenames contained in the given path. null ifthe list could not be obtained. If there are no filenames in the directory, a zero-length array is returned. @exception FTPConnectionClosedException If the FTP server prematurely closes the connection as a result of the client being idle or some other reason causing the server to send FTP reply code 421. This exception may be caught either as an IOException or independently as itself. @exception IOException If an I/O error occurs while either sending acommand to the server or receiving a reply from the server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|