File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff 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
5757get the download URL to the file. The URL can then be used to download the file
5858using 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
You can’t perform that action at this time.
0 commit comments