Skip to content

Commit bbef5ca

Browse files
authored
FunetFileSender wget clarification (#2660)
* FunetFileSender wget clarification * rephrase
1 parent 7830e53 commit bbef5ca

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/data/moving/funet.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can start the download by pressing the _Download_ button.
5353

5454
![Funet FileSender download page](/img/funet_download.png)
5555

56-
You can also right click the download button and select _Copy Link_ to
56+
You can also right click the _Download_ button and select _Copy Link_ to
5757
get the download URL to the file. The URL can then be used to download the file
5858
using another tool, for example [`wget`](wget.md):
5959

@@ -62,9 +62,13 @@ wget "https://filesender.funet.fi/download.php?token=4da0-b98e-3290c6471469&file
6262
```
6363

6464
!!! note "Note"
65-
When downloading data from Funet FileSender with `wget` you must enclose
66-
the download link with quotation marks and use option `-O` to define a file
67-
name that will be used for the downloaded data.
65+
1. When downloading data from Funet FileSender with `wget` you must enclose
66+
the download link with quotation marks and use option `-O` to define a file
67+
name that will be used for the downloaded data.
68+
2. The `wget` method only works when downloading individual files. Copying
69+
and using the URL of the _Download as single (.zip/.tar) file_ button to
70+
download multiple files at once as an archive will unfortunately not
71+
work.
6872

6973
## Using FileSender from the command-line
7074

0 commit comments

Comments
 (0)