diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-08-18 04:20:17 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-08-18 04:20:17 +0200 |
commit | 150524fa00ca96949be7467d57caf1a364d659b1 (patch) | |
tree | 90a63627c89db69e846601c9cdf712943c55af18 /hurd/documentation | |
parent | 021fb8f95c0416e7cb08ef52f9b35b4825db77b7 (diff) |
Make sure the passive translator accesses the proper ftp: node
Diffstat (limited to 'hurd/documentation')
-rw-r--r-- | hurd/documentation/translator_primer.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/documentation/translator_primer.mdwn b/hurd/documentation/translator_primer.mdwn index 92a1d5f9..073d5e07 100644 --- a/hurd/documentation/translator_primer.mdwn +++ b/hurd/documentation/translator_primer.mdwn @@ -84,7 +84,7 @@ What you do here is setting up the translator /hurd/hostmux on ftp: and passing Now that we can access ftp.gnu.org transparently, let's mount a remote ISO file: - $ settrans -c mnt /hurd/iso9660fs ftp://ftp.gnu.org/old-gnu/gnu-f2/hurd-F2-main.iso + $ settrans -c mnt /hurd/iso9660fs $PWD/ftp://ftp.gnu.org/old-gnu/gnu-f2/hurd-F2-main.iso $ ls mnt/ It is interesting to note that since the ISO9660 format is indexed, ftpfs does not have to download the whole ISO file, it merely fetches what iso9660fs requests. |