Displaying 7 results from an estimated 7 matches for "ftpupload".
2009 Feb 03
1
RCurl FTPUpload
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&...
2010 Nov 22
1
RCurl : All connection are used ?
Hi everybody,
I got a problem with the ftpUpload function from the RCurl package. My goal is to Upload a lot of files from a local directory to a web server.
1st try :
for (i in 1:length(file)){
ftpUpload(what=files[i],to=files[i])
}
At i=11 I get : (my server has only 10 available open connections available) :
Erreur dans curlPerform(url...
2012 Sep 26
1
RCURL ftp upload - ASCII or Binary type?
I'm trying to upload a file using RCURL:s ftpUpload() to a ftp-server using the following command:
> ftpUpload("'VERY.ODD.FILE.NAME(+1)'",to="ftp://x.x.x.x/","' VERY.ODD.FILE.NAME(+1)'",userpwd="USER:PASSWORD")
OK
0
The file I'm trying to upload is a very simple text-file but with a...
2015 Feb 05
3
Rcurl crash in R-devel
...e
other attached packages:
[1] RCurl_1.95-4.5 bitops_1.0-6
> filepath <-
"/Users/marc/Documents/Espace_de_travail_R/package_embryogrowth/embryogrowth/DESCRIPTION"
> urlx <-
"ftp://xxxxx:xxxxxxx at max2.ese.u-psud.fr/conservation/embryogrowth/DESCRIPTION"
> ftpUpload(what=filepath, to=urlx)
*** caught segfault ***
address 0x0, cause 'memory not mapped'
Traceback:
1: .Call("R_curl_easy_perform", curl, .opts, isProtected,
.encoding, PACKAGE = "RCurl")
2: curlPerform(url = to, upload = TRUE, readfunction =
uploadFunctionHa...
2015 Feb 06
0
Rcurl crash in R-devel
...l_1.95-4.5 bitops_1.0-6
>
> > filepath <-
> "/Users/marc/Documents/Espace_de_travail_R/package_embryogrowth/embryogrowth/DESCRIPTION"
> > urlx <-
> "ftp://xxxxx:xxxxxxx at max2.ese.u-psud.fr/conservation/embryogrowth/DESCRIPTION"
>
>
> > ftpUpload(what=filepath, to=urlx)
>
> *** caught segfault ***
> address 0x0, cause 'memory not mapped'
>
> Traceback:
> 1: .Call("R_curl_easy_perform", curl, .opts, isProtected,
> .encoding, PACKAGE = "RCurl")
> 2: curlPerform(url = to, upload = TRU...
2007 Jun 15
2
Problems accessing Shares
...512 May 4 12:40 awstats
drwxr-xr-x 2 root wheel 512 May 9 18:00 cgi-bin
drwxrwx--- 2 gianlucaculot domain users 512 Jun 12 17:57 docebo
drwxr-xr-x 13 root wheel 512 May 10 16:44 downloads
drwxrwxrwx 3 root wheel 512 Jun 14 11:26 ftpUploads
drwxrwxr-x 5 andrealaus domain users 1024 Jun 13 18:18 lausblog
drwxr-x--- 14 www www 512 Jun 8 17:08 squirrelmail
drwxr-xr-x 2 root wheel 512 Jun 11 10:57 test
drwxr-xr-x 3 root wheel 512 Apr 27 16:04 www.dmsware.it
/usr/lo...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...22 Nov 2010 18:33:07 +0100 (CET)
From: omerle <omerle at laposte.net>
To: r-help at r-project.org
Subject: [R] RCurl : All connection are used ?
Message-ID: <1277930.342.1290447187435.JavaMail.www at wwinf8202>
Content-Type: text/plain
B B B B B Hi everybody,
I got a problem with the ftpUpload function from the RCurl package. My goal
is to Upload a lot of files from a local directory to a web server.
1st try :
for (i in 1:length(file)){
B B B B B ftpUpload(what=files[i],to=files[i])
}
At i=11 I get : (my server has only 10 available open connections available)
:
Erreur dans curlPerfor...