738 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
4
votes
2
answers
96
views
get last modified year from a file in an sftp server
I am downloading a file weekly from an sftp server.
The filenames are random so the only way to identify the new file is to use the system metadata to find the last modifed time of the files.
I can ...
0
votes
1
answer
184
views
How do I list the downloadable files using R for this NOAA website data source?
I want to download the tar.gz files from this NOAA (NCEI) data source:
https://www.ncei.noaa.gov/oa/local-climatological-data/index.html#v2/archive/
Normally, I can do something like this to get the ...
2
votes
2
answers
253
views
"Timeout was reached", "Operation too slow" with `httr2` even after setting high `httr2::req_timeout()`
I'm trying to perform a local request with httr2. I don't seem to be able to keep the request waiting for more than 10 minutes. I appreciate this is a very long time, but in my case, it is ...
0
votes
1
answer
117
views
R Install Curl tarball with RTools
I'm working on getting a server ready that for security reasons does not have access to the internet. I download files on a local computer and transfer them in.
Using miniCRAN I made a repo and ...
1
vote
0
answers
179
views
Installing RCurl fails with error "cannot find -llzma: No such file or directory"
I'm trying to install RCurl on an R 4.4.2 instance that runs on Ubuntu 22.04 (as a Jupyter Lab Docker container, spawned from a Jupyter Hub Docker container, all run on a host that is also Ubuntu 22....
0
votes
1
answer
130
views
Accessing Azure Blob using sftp protocol using R
I need to download files from an Azure blob storage with sftp support enabled. I have been provided with a username, password and endpoint which works when using filezilla to access the blob.
The ...
0
votes
1
answer
180
views
Failed to open file .curltmp. error using curl_download in Rstudio
I am trying to download an ftp file from ncbi on R-4.3.3 (Windows) but am unsuccessful as I keep getting this error below. From what I understand download.files does not work to ftp files anymore as ...
0
votes
0
answers
64
views
I am facing error when tring to download ftp link using url
this the error I am facing trying URL 'ftp://gdo-dcp.ucllnl.org/pub/dcp/subset/202404050438gr5H_n_1msibTNA'
Error in download.file(paste(url, filename, sep = ""), paste(getwd(), :
cannot ...
0
votes
1
answer
209
views
Download.file URL of zip file changed from 'http:' to 'https"
I am a little rusty as I don't use R as much as before.
I have R code that I wrote years ago that suddenly stopped working when the source URL changed from a 'http:" to "https:"
...
MikeTP's user avatar
- 8,026
0
votes
1
answer
172
views
How do I use Zyte with HTTR in R
I need to use a rotating proxy IP service and opted to go with Zyte as that's what we used in my former company. I'm having trouble using the Zyte API with R. I've been messing with it for three or ...
0
votes
1
answer
746
views
R+Rcurl: How to Download a File from Pcloud?
I am trying to download a file from the cloud storage provider pcloud using R+Rcurl.
The file can be downloaded by following the link
https://e.pcloud.link/publink/show?code=...
0
votes
0
answers
152
views
RCurl cannot get files from Implicit FTP over TLS server - Access denied error 530
I'm in R trying to pull csv data from an FTP server which "Requires implicit FTP over TLS". With some help from this answer I was able to connect to the server using the following code:
# ...
0
votes
1
answer
304
views
RCurl Failed to connect to port 21 FTP Timed out
I'm in R trying to pull csv data from multiple FTP servers. So far, my code works fine in two of the servers and I'm able to gather the data I need, but a third one throws the folling error:
Error in ...
0
votes
1
answer
67
views
Find each gameId by looping through a very large list of URLs and keeping those that exist
I am trying to obtain a list of all gameId's for each boxscore url from here:
https://www.espn.com/nhl/boxscore/_/gameId/
Each URL ends with a specific gameID, e.g.
https://www.espn.com/nhl/boxscore/_/...
0
votes
1
answer
432
views
Extract binary attachment using httr
I have searched all over for an answer to this and I am coming up empty. I make a POST request to an API and it returns an object of Content-Type: application/xop+xml.
The response looks like this:
...