Skip to content
Snippets Groups Projects
Commit f6d183c9 authored by Dirk Sarpe's avatar Dirk Sarpe
Browse files

small enhancement on file transfer via web IDE

parent a9d7a20f
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,11 @@ specify the compressed file instead of the uncompressed file. ...@@ -143,7 +143,11 @@ specify the compressed file instead of the uncompressed file.
## Data transfer ## Data transfer
You can use either use the web IDE to upload and export files.
You can use use the web IDE to upload and export files, use ssh to transfer
files (see tools) or download files to the server using the command line or R
language.
### Web IDE ### Web IDE
...@@ -155,6 +159,10 @@ If you want to download/export files, select the checkbox for each file or ...@@ -155,6 +159,10 @@ If you want to download/export files, select the checkbox for each file or
directory and click *More -> Export*. If you selected multiple files a zip file directory and click *More -> Export*. If you selected multiple files a zip file
will be downloaded. will be downloaded.
Avoid the Web IDE for large files, resuming of a transfer is usually not
possible.
### Tools ### Tools
Other file transfer tools are often more reliable and faster than the web IDE. Other file transfer tools are often more reliable and faster than the web IDE.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment