| java.lang.Object net.sf.drftpd.master.command.plugins.LIST
execute | public Reply execute(BaseFtpConnection conn)(Code) | | NLST [<SP> <pathname>] <CRLF>
This command causes a directory listing to be sent from
server to user site. The pathname should specify a
directory or other system-specific file group descriptor; a
null argument implies the current directory. The server
will return a stream of names of files and no other
information.
LIST [<SP> <pathname>] <CRLF>
This command causes a list to be sent from the server to the
passive DTP. If the pathname specifies a directory or other
group of files, the server should transfer a list of files
in the specified directory. If the pathname specifies a
file then the server should send current information on the
file. A null argument implies the user's current working or
default directory. The data transfer is over the data
connection
LIST
125, 150
226, 250
425, 426, 451
450
500, 501, 502, 421, 530
|
getUnixDate | public static String getUnixDate(long date, boolean fulldate)(Code) | | |
unload | public void unload()(Code) | | |
|
|