8000 Problems wit large files with scp_download · Issue #54 · ropensci/ssh · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Problems wit large files with scp_download #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ioandancus opened this issue Nov 7, 2021 · 0 comments
Open

Problems wit large files with scp_download #54

ioandancus opened this issue Nov 7, 2021 · 0 comments

Comments

@ioandancus
Copy link
ioandancus commented Nov 7, 2021

Hi,
Thank you for the nice package! It is very useful.

I have problems downloading large files using scp_download.

I need to download files that are on the order of 5-10 GB. The transfer starts and the R-programs seems to work intensively but I think that freezes. The file on the disk gets all the time to a maximum of 860,972 KB.

The server hosting the files is running centos and I tried to transfer the file using a windows 11 laptop and using a windows server 2012 R2. After the file reaches the 860,972 KB size you can see on the task manager that the network transfer is stopped.

I have no problems transferring the files using the WinSCP application.

The code that I am using is simple:
I ssh to the server using:

session <- ssh_connect("zzzz@sssssss")

Then I start the transfer using:

scp_download(session, file_path, to = localDir, verbose = TRUE)

I also tried with verbose=FALSE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0