FTP Client

com.amoebacode.ftp
Class CustomFTPCommandRegistry

java.lang.Object
  extended bycom.amoebacode.ftp.CustomFTPCommandRegistry

public abstract class CustomFTPCommandRegistry
extends java.lang.Object

CustomFTPCommandRegistry includes custom FTP commands to use with specific servers.


Field Summary
static java.lang.String WU_FTP_NAME_LIST_COMMAND
          "nlst -a" - name list of remote directory for WU-FTP servers
 
Constructor Summary
CustomFTPCommandRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WU_FTP_NAME_LIST_COMMAND

public static final java.lang.String WU_FTP_NAME_LIST_COMMAND
"nlst -a" - name list of remote directory for WU-FTP servers

See Also:
Constant Field Values
Constructor Detail

CustomFTPCommandRegistry

public CustomFTPCommandRegistry()

FTP Client