Difference between revisions of "Ftp"

From Fixme.ch
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Services]]
 +
== Connection ==
 +
* ftp.fixme.ch:21
 +
* An anonymous ftp is provided for everyone that can use it, readonly.
 +
* User fixme can upload to incoming, which is not viewable by anonymous, password can be guessed
  
Free ftp for all
+
== How to ==
 +
For uploading a file with filezilla:
 +
1) Download or install filezilla
 +
2) Put ftp.fixme.ch in the Host text.
 +
3) Left the other fields blank.
 +
4) Click on Quickconnect.
 +
5) You are in, congrats !!
  
<pre>
+
For connection with lftp, it's even simpler :
ftp.fixme.ch:21
+
<pre>lftp ftp.fixme.ch</pre>
anonymous
+
</pre>
+
 
+
== How to ==
+
For uploading a file, use download filezilla.
+
Then put ftp.fixme.ch in the Host text.
+
left the other field blank.
+
Click on Quickconnect.
+
You are in Congrat
+

Latest revision as of 18:09, 14 November 2012

Connection

  • ftp.fixme.ch:21
  • An anonymous ftp is provided for everyone that can use it, readonly.
  • User fixme can upload to incoming, which is not viewable by anonymous, password can be guessed

How to

For uploading a file with filezilla: 1) Download or install filezilla 2) Put ftp.fixme.ch in the Host text. 3) Left the other fields blank. 4) Click on Quickconnect. 5) You are in, congrats !!

For connection with lftp, it's even simpler :

lftp ftp.fixme.ch