How to upload a file to a server via FTP using R?

前端 未结 4 1233
谎友^
谎友^ 2020-12-09 11:58

How to upload a file to a server via FTP using R?

4条回答
  •  粉色の甜心
    2020-12-09 12:14

    Your best bet may be the RCurl package. From the DESCRIPTION:

    [...] Additionally, the underlying implementation is robust and extensive, supporting FTP/FTPS/TFTP (uploads and downloads),

    Otherwise, rethink your problem. Maybe HTTP POST will do as well. It's not 1986 anymore so you're not required to use ftp.

提交回复
热议问题