Difference between revisions of "Ftp"

From Fixme.ch
Jump to: navigation, search
(Created page with "There is an open ftp available only on the internal network. <pre> foo.fixme.ch:21 anonymous access write and read </pre> You can upload music for mpd in the thi...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
There is an open ftp available only on the internal network.
+
[[Category:Services]]
<pre>
+
== Connection ==
foo.fixme.ch:21
+
* ftp.fixme.ch:21
anonymous access
+
* An anonymous ftp is provided for everyone that can use it, readonly.
write and read
+
* User fixme can upload to incoming, which is not viewable by anonymous, password can be guessed
</pre>
+
  
You can upload music for [[MPD_Daemon|mpd]] in the this directory.
+
== 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 :
 +
<pre>lftp ftp.fixme.ch</pre>

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