FTP: Difference between revisions

From FyshyWyky
Jump to navigationJump to search
m (Services/FTP moved to FTP)
(SSL)
Line 1: Line 1:
The FTP service on bowl.fysh.org is principally as an additional means (beyond [[SCP]] or [[SFTP]]) for a user to get files onto the machine.
The FTP service on bowl.fysh.org is principally as an additional means (beyond [[wikipedia:Secure copy|SCP]] or [[wikipedia:SSH file transfer protocol|SFTP]]) for a user to get files onto the machine.


There is a small anonymous FTP area which does also allow uploads in /incoming but no-one but system administrators can get at the files in there via FTP (so the server can't be used as a dead-drop by undesirables).  HTTP is a much better option if a bowl.fysh.org user needs to host a file for others to pick up without logging in.
There is a small anonymous FTP area which does also allow uploads in /incoming but no-one but system administrators can get at the files in there via FTP (so the server can't be used as a dead-drop by undesirables).  HTTP is a much better option if a bowl.fysh.org user needs to host a file for others to pick up without logging in.
Any FTP connection to ftp.fysh.org may make use of SSL encryption so as to not expose passwords or other data to snooping by 3rd parties.  This is implemented via extra protocol on the default FTP ports (20 and 21) ''not'' through the extra 'ftps' ports (989 and 990) so be sure to configure your FTP client for the former, not the latter.


[[Category:Services]]
[[Category:Services]]

Revision as of 17:44, 17 November 2006

The FTP service on bowl.fysh.org is principally as an additional means (beyond SCP or SFTP) for a user to get files onto the machine.

There is a small anonymous FTP area which does also allow uploads in /incoming but no-one but system administrators can get at the files in there via FTP (so the server can't be used as a dead-drop by undesirables). HTTP is a much better option if a bowl.fysh.org user needs to host a file for others to pick up without logging in.

Any FTP connection to ftp.fysh.org may make use of SSL encryption so as to not expose passwords or other data to snooping by 3rd parties. This is implemented via extra protocol on the default FTP ports (20 and 21) not through the extra 'ftps' ports (989 and 990) so be sure to configure your FTP client for the former, not the latter.