montage d'un ftp dans l'arbo, comme un disque ??? - Linux et OS Alternatifs
Marsh Posté le 28-05-2002 à 16:53:41
y'a un patch kernel pour rajouter le ftpfs dans les filesystems supportés, après, ca te donnes : 
 
mercure% cat /proc/filesystems 
... 
nodev ftp 
... 
mercure% mount -t ftp -o ro ftp://ftp.free.fr /mnt 
assuming mounting anonymous ftp 
caching directory architecture... 
folowing symlinks... 
done. 
mercure% cd /mnt 
mercure% ls -l 
-rw-r--r--   1 root     root           98 Apr 27  1999 README 
-rw-r--r--   1 ftp      101      126975336 May 28 03:11 ls-lR 
-rw-r--r--   1 ftp      101      15156207 May 28 03:15 ls-lR.gz 
drwxr-xr-x  38 root     root         4096 May  9 20:03 mirrors 
drwx--x--x   5 root     root         4096 May 15 07:59 private 
drwxr-xr-x   8 ftp      101          4096 Jan 15 14:41 pub 
mercure% 
Marsh Posté le 28-05-2002 à 17:17:08
| Poltergeist a écrit a écrit  : c'est quoi l'avantage ? | 
bah dans certains cas (shell scripting et autres, c'est plus pratique)
Marsh Posté le 28-05-2002 à 16:07:17
ya une commande pour monter un ftp ???
mntftp -user,pass=xxxx,xxxx 999.999.999.999 /mnt/ftp/
un truc dans ce style ?
[jfdsdjhfuetppo]--Message édité par NounouRs le 28-05-2002 à 16:09:39--[/jfdsdjhfuetppo]