From f6d183c9fc12c06652f997d49e8c2459e7983d09 Mon Sep 17 00:00:00 2001 From: Dirk Sarpe <dsarpe@posteo.de> Date: Tue, 14 Apr 2020 22:26:50 +0200 Subject: [PATCH] small enhancement on file transfer via web IDE --- rstudio1.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rstudio1.md b/rstudio1.md index 485ef17..88492a1 100644 --- a/rstudio1.md +++ b/rstudio1.md @@ -143,7 +143,11 @@ specify the compressed file instead of the uncompressed file. ## 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 @@ -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 will be downloaded. +Avoid the Web IDE for large files, resuming of a transfer is usually not +possible. + + ### Tools Other file transfer tools are often more reliable and faster than the web IDE. -- GitLab