unix command line example:
% tar cvf foo.tar <file names or directory names>
% gzip foo.tar
(this creates the file foo.tar.gz)
| Web Browser Method | Manual Method |
|---|---|
|
After clicking on the link below, you initiate an upload in your web
browser to send the file.
|
The following illustrates manually sending me file(s) via anonymous ftp using a command line ftp client. After anonymously connecting to our ftp.cs.umd.edu server, change to my private directory, and upload the file(s).
command line example: |