| Common FTP Commands | |
|---|---|
| command | action |
| dir | directory listing |
| cd | change directory |
| cdup | same as "cd .." |
| pwd | print working (display current) directory |
| ascii | do transfers as "text" file |
| binary | do transfers as "binary" file |
| get | retrieve single file |
| mget | retrieve multiple files, with wildcards (*) |
| quit | quit |
Unix: Hello World!<NL>
MS-DOS: Hello World!<CR><NL>
<NL> = newline (ASCII code 10, CTRL/J)
<CR> = carriage return (ASCII code 13, CTRL/M)
$Id: notes_ftp.html,v 4.3 1999/03/04 08:32:54 chip Exp $