summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-08-18 04:20:17 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-08-18 04:20:17 +0200
commit150524fa00ca96949be7467d57caf1a364d659b1 (patch)
tree90a63627c89db69e846601c9cdf712943c55af18
parent021fb8f95c0416e7cb08ef52f9b35b4825db77b7 (diff)
Make sure the passive translator accesses the proper ftp: node
-rw-r--r--hurd/documentation/translator_primer.mdwn2
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.