Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:accounts:web_publishing:file_transfer [2008/10/17 00:47] – allan | computing:accounts:web_publishing:file_transfer [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <box 30% right right-clear red|More Web Publishing Information> | ||
- | {{indexmenu>: | ||
- | </ | ||
- | <box 30% right right-clear red|More Account Information> | ||
- | {{indexmenu>: | ||
- | </ | ||
- | ====== File transfers (replacing FTP) ====== | ||
- | FTP no longer works reliably as a protocol due to changes in the way networks are managed (it doesn' | ||
- | |||
- | * SFTP/SCP | ||
- | * HTTP (web) | ||
- | * Netfiles | ||
- | |||
- | The web server can provide a more convenient way to transfer files than FTP (especially as we no longer support non-anonymous ftp). | ||
- | |||
- | You can place the file(s) to be shared in the public_html directory of your unix account, and either create a link to it, or simply e-mail the recipient to let them know the name. You can also create symbolic links within public_html to other directories - the web server will follow them as long as the directory ownership matches. | ||
- | |||
- | The files can then be downloaded it from '' | ||
- | |||
- | If there are many files involved, there are a few possibilities to make the download easier. | ||
- | |||
- | * You can bundle all files into a single archive, using zip or tar. | ||
- | * Or, the recipient can use the '' | ||
- | |||
- | wget -nd -r -l 1 http:// | ||
- | |||
- | If you choose this approach, you might also place the following lines in a '' | ||
- | |||
- | IndexOptions -FancyIndexing | ||
- | IndexIgnore . .. | ||
- | |||
- | This will make the file listing simpler (so wget doesn' |