Entry
Network: Internet: Protocol: FTP: Can you give me an overview of MSDOS ftp.exe commands?
Mar 25th, 2005 23:57
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 25 September 2004 - 09:58 pm ------------------
Network: Internet: Protocol: FTP: Can you give me an overview of MSDOS
ftp.exe commands?
---
---
By typing '?'
on the command line:
--- cut here: begin --------------------------------------------------
Commands in ftp.exe:
! delete literal prompt send
? debug ls put status
append dir mdelete pwd trace
ascii disconnect mdir quit type
bell get mget quote user
binary glob mkdir recv verbose
bye hash mls remotehelp
cd help mput rename
close lcd open rmdir
--- cut here: end ----------------------------------------------------
Then for every command I repeated the command
? <command>
e.g.
? delete
and
? literal
etc.
--- cut here: begin --------------------------------------------------
-------------------------------------------------------------------
TABLE: FTP COMMAND: VERSUS: DESCRIPTION
-------------------------------------------------------------------
TABLE: TYPE: ONE TO ONE
-------------------------------------------------------------------
FTP COMMAND DESCRIPTION
-------------------------------------------------------------------
! escape to the shell
? print local help information
append append to a file
ascii set ascii transfer type
bell beep when command completed
binary set binary transfer type
bye terminate ftp session and exit
cd change remote working directory
close terminate ftp session
debug toggle debugging mode
delete delete remote file
dir list contents of remote directory
disconnect terminate ftp session
get receive file
glob toggle metacharacter expansion of local file names
hash toggle printing `#' for each buffer transferred
help print local help information
lcd change local working directory
literal send arbitrary ftp command
ls nlist contents of remote directory
mdelete delete multiple files
mdir list contents of multiple remote directories
mget get multiple files
mkdir make directory on the remote machine
mls nlist contents of multiple remote directories
mput send multiple files
open connect to remote tftp
prompt force interactive prompting on multiple commands
put send one file
pwd print working directory on remote machine
quit terminate ftp session and exit
quote send arbitrary ftp command
recv receive file
remotehelp get help from remote server
rename rename file
rmdir remove directory on the remote machine
send send one file
status show current status
trace toggle packet tracing
type set file transfer type
user send new user information
verbose toggle verbose mode
-------------------------------------------------------------------
---
---
Internet: see also:
---
Network: Links: Overview: Can you give me an overview of links?
http://www.faqts.com/knowledge_base/view.phtml/aid/34809/fid/625
----------------------------------------------------------------------