ftp Server als Laufwerk mounten ?

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • jap..

    früher gab es ftpfs als einzelnes Projekt: http://ftpfs.sourceforge.net/usage.html
    The parameters: [defaults]

    * user: The user to be used for logging on the FTP server. [anonymous]
    * password: The password for that user. [user@ftpfs.sourceforge.net]
    * hostname: The FTP server.
    * port: The port the server is listening on. [21]
    * root_dir: The directory on the FTP server you want to be mounted. This should be specified without the trailing slash (that is "/home/duru", not "/home/duru/"). [/]
    * mount_point: The local directory you want to mount the FTP server onto.
    * own: Flag to force ownership on all remote files. Useful for FTP servers that list user IDs instead of user names.
    * uid: The local user ID you want to be the owner of the mounted tree.
    * gid: The local group ID you want to own the mounted tree.
    * fmask: The numeric mode to be ORed on all mounted files.
    * dmask: The numeric mode to be ORed on all mounted dirs.
    * active: Flag to enable active mode for FTP transfers. Useful if you're behind some firewall and cannot connect to random ports.


    Inzwischen ist es Teil von LUFS (Linus Userland Filesystem)
    LUFS is enabling you to mount into your file hierarchy a remote computer's file system, which is accessible by various means (ftp, ssh, etc.). Then, the access to the remote files will be completely network transparent. In other words, you'll be able to read/modify remote files as if they were local, watch movies/listen to MP3s from FTP/SSH/Gnutella servers without copying them locally. Sheer magic. Now skip to the next section.
  • ich bekomme es nicht ganz hinn

    Quellcode

    1. # mount -n -t ftpfs none /var/tmp/ftps -o ip=192.168.0.1,user=test,pass=test,port=21
    2. mount: Mounting none on /var/tmp/ftps failed: No such device
    3. #
    4. #
    5. # ftpmount test:test@192.168.0.1:21 /var/tmp/ftps/
    6. -sh: ftpmount: not found



    das ist auch eine komische Linux Version also um es genau zu sagen ich habe eine Fritzbox darauf habe ich Telnet aktiwirt und da die nur 4 mb hatt versuche ich das nun mit dem FTP Laufwerk
  • kenne mich mit der fritzbox nicht aus, aber nein.. das geht 99%ig nicht.

    Zuallerst muss die Software installiert werden.
    Und dann muss noch das Dateisystem im Kernel installiert werden und ich bezweifle, dass du mal schnell ein Kernelupdate auf deiner Fritzbox machen kannst.

    Soweit ich weiß gibts Fritzbox Hacks. Aber empfehlen würd ich dir diese auch nicht.
    Kauf dir lieber nen stromsparenden PC und installier dir nen IP COP auf.