r - Creating a folder and deleting on a FTP server with RCurl -
with ftpupload() function of rcurl package r, able upload file on ftp server. how create new folder on ftp server r ? , how delete file or folder ?
it works me, correct quote command dele, not delete! here list of commands http://www.nsftools.com/tips/rawftp.htm
so try:
curlperform(url="ftp://xxx.xxx.xxx.xxx/", quote="dele file.txt", userpwd = "user:pass")
Comments
Post a Comment