C:\>ftp cyberspace.org
Connected to cyberspace.org.
220 grex.cyberspace.org FTP server (Version wu-2.6.1-GREX(10) Mon Dec 3 00:09:5
 EST 2001) ready.
User (cyberspace.org:(none)): toleg
331 Password required for toleg.
Password:
230->>>NO PSYBNC<<<  >>>NO EGGDROP<<<  NO NO NO!!!!!  Won't run here!
230-
230-You must keep file transfers below 100 kilobytes >>>per day<<<.
230-
230-DO NOT BRING THESE FILES TO THIS SERVER:
230-NO eggdrop, NO psybnc or any bouncer, NO IRC servers/clients/bots, NO emech

230-NO MUDs, NO mp3s, NO jpegs, NO gifs, NO audio files, NO PTLink, NO BitchX,
230-NO Windows or Linux programs (won't run here - Grex runs SunOS), NO Unreal,
230-NO vandal tools (eg. NO john the ripper or rootkit), NO nmap, NO scanners
230-
230-The above items are also over the 100K limit AND they don't work here.
230-If staff spots these files in your directory, they will be deleted.
230-If you bring in vandal tools, your account will be locked and staff
230-may contact your host to complain.
230-   Grex's disk quota is 1 megabyte, on the honor system.  If staff notices
230-your account is over quota (we tend to notice), the staff may delete some
230-of your files for you.  Backups are not available.  If your files are lost
230-for any reason, they are gone.  Please email staff@grex.org before bringing
230-any program to Grex.  Most things that will run here are already installed.
230-Thanks for understanding.  -The Grex staff
230-
230->>>NO PSYBNC<<<  >>>NO EGGDROP<<<  NO NO NO!!!!!  Won't run here!
230-
230 User toleg logged in.
ftp> mkdir dir1
257 "/d/t/o/toleg/dir1" new directory created.
ftp> cd dir1
250 CWD command successful.
ftp> mkdir dir2
257 "/d/t/o/toleg/dir1/dir2" new directory created.
ftp> cd dir2
250 CWD command successful.
ftp> put file1.txt
200 PORT command successful.
150 Opening ASCII mode data connection for file1.txt.
226 Transfer complete.
ftp: 211 bytes sent in 0.03Seconds 7.03Kbytes/sec.
ftp> mkdir dir3
257 "/d/t/o/toleg/dir1/dir3" new directory created.
ftp> cd ..
250 CWD command successful.
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /usr/local/bin/ls.
total 7
-rw-------   1 toleg    denizens      308 Sep  1 15:27 .bash_history
-rw-r--r--   1 toleg    denizens      778 Jul 22 00:10 .cfonce
-rw-r--r--   1 toleg    denizens     1245 Jul 22 00:10 .mailrc
-rw-------   1 toleg    denizens      167 Jul 22 00:10 .plan
-rw-r--r--   1 toleg    denizens      751 Jul 22 00:10 .profile
drwxr-xr-x   4 toleg    denizens      512 Sep  1 15:19 dir1
226 Transfer complete.
ftp: 395 bytes received in 0.50Seconds 0.79Kbytes/sec.
ftp> mkdir .welcome
257 "/d/t/o/toleg/.welcome" new directory created.
ftp>bye
221 Goodbye!

==============================================
bash-2.05$ pwd
/d/t/o/toleg
==============================================
