Hello, I am trying to solve a problem but with no success for the past 4 days.
I use the RCurl package with R 2.8.1, and when I try to use the function FTPUpload, it uploads the file but does not stop. It repeats the content of the file without stopping and the destination file keeps getting bigger and bigger. Here is the line that I use : ftpUpload("C:/Users/herve/Documents/Document1.txt", "sftp:// xxxx.dedibox.fr/home/herve/Document1.txt", userpwd = "herve:xxxxxx") Any idea why it does not work ? Cordially, Hervé [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.