Thanks to Herv?, I was able to reproduce
the problem and find the trivial cause
(a conditional initialization in the C code).
So there is a new (source) version (0.94-1) of the package
on the Omegahat web site now.
http://www.omegahat.org/RCurl/
and in the Omegahat repository.
Thanks Herv?.
D.
Herve Fulchiron wrote:> 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 at 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.