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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -