Thread: FTP Client
View Single Post
  #2 (permalink)  
Old 12-06-2006, 12:54 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

This might help you
These are RAW FTP commands.. is this what you need?

FTP command Description
CDUP Change to parent directory.
CWD Change working directory or library.
DELE Delete file or document.
HELP Help on the FTP server.
LIST File list.
MKD Make directory.
MODE Set transfer mode.
NLST Name list.
NOOP Obtain server response.
PASS Password.
PASV Use passive data connection.
PORT Data port.
PWD Print working directory.
QUIT End an FTP server system.
RETR Retrieve file.
RMD Remove directory.
RNFR Rename from.
RNTO Rename to.
STOR Store file.
STRU Specify file structure.
SYST Identify the name of the operating system.
TYPE Specify representation type.
USER Send a user logon ID to the server.
XCUP Change to parent directory.
XCWD Change working directory or library.
XMKD Make directory.
XPWD Display working directory or library.
XRMD Remove directory.

Last edited by TcM; 12-06-2006 at 12:56 AM.
Reply With Quote