Vote for Our Mud on TMC!











help > w > ftp
FTP SERVICE

Tsunami has FTP access available for wizards that wish to transfer
files easily between their home systems and the tsunami server.
Only ASCII (7-bit) files can be transferred reliably at this time.

It is suggested that you use passive mode unless you are certain
that your computer has a publicly accessible, un-firewalled IP
address (if you're behind a NAT router, you will not have this).

Wizards are restricted to their home directories only.


Quick FTP tutorial:

$ ftp tsunami.thebigwave.net 10021
Connected to tsunami.thebigwave.net.
220 tsunami.thebigwave.net:10021 FTP service ready.
Name (tsunami.thebigwave.net:user): sebastian
331 Password required for sebastian.
Password:
230 User sebastian logged in.
Remote system type is UNIX.
ftp> passive
Passive mode: on; fallback to active mode: on.


To list files in the current directory:

ftp> ls
227 Entering Passive Mode (206,246,241,136,234,96)
150 Opening ASCII mode data connection for directory listing.
drw-r--r-- 1 tsunami  tsunami     <dir> Nov 09 20:25 WWW
drw-r--r-- 1 tsunami  tsunami     <dir> Oct 26 22:28 bin
drw-r--r-- 1 tsunami  tsunami     <dir> Nov 09 19:40 bugs
drw-r--r-- 1 tsunami  tsunami     <dir> Dec 09  2003 realm
drw-r--r-- 1 tsunami  tsunami     <dir> Oct 03 01:08 stuff
-rw-r--r-- 1 tsunami  tsunami      2214 Nov 06 17:46 workroom.c
226 Transfer complete.


To change directories:

ftp> cd /d/main/town
257 CWD command successful.
ftp> pwd
257 "/d/main/town" is current directory.


To download a file:

ftp> get workroom.c
local: workroom.c remote: workroom.c
227 Entering Passive Mode (206,246,241,136,234,96)
150 Opening ASCII mode data connection for '/players/sebastian/workroom.c'.
100% |**************************************************|  2214       00:00 ETA
226 Transfer complete.
2214 bytes received in 0.00 seconds (597.93 KB/s)


To upload a file:

ftp> put workroom.c
local: workroom.c remote: workroom.c
227 Entering Passive Mode (206,246,241,136,234,96)
150 Opening binary mode data connection for '/players/sebastian/workroom.c'.
100% |**************************************************|  2214       00:00 ETA
226 Transfer complete.
2214 bytes sent in 0.46 seconds (4.66 KB/s)


To end your FTP session:
ftp> quit
221 Goodbye.
$


To manage files:

You'll have to use your wizard account.  Creating/removing directories and
renaming files is not yet supported.  Resuming file transfers is not yet 
supported either.