Why is there no upload.file function in base R as counterpart to download.file?

Why is there no upload.file() function in base R as counterpart to download.file()? For example to simply upload a text file to an FTP server.

Provided in RCurl

Thanks! Its RCurl::fileUpload and RCurl::ftpUpload.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.