search for: ftpconnect

Displaying 2 results from an estimated 2 matches for "ftpconnect".

Did you mean: ftp_connect
2010 Nov 22
1
RCurl : All connection are used ?
...ength(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 = to, upload = TRUE, readfunction = uploadFunctionHandler(what,  :   Got a 421 ftp-server response when 220 was expected 2 nd Try : ftpConnection=getCurlHandle(userpwd=ftp$userpwd,maxconnects=1,fresh.connect=0) for (i in 1:length(file)){       ftpUpload(what=files[i],to=files[i],curl=ftpConnection) } And I got this error after 30 files (the error is not linked to the web server but to the R session) : Error in file(file, "rb") :...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...ile)){ 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 curlPerform(url = to, upload = TRUE, readfunction = uploadFunctionHandler(what,B : B Got a 421 ftp-server response when 220 was expected 2 nd Try : ftpConnection=getCurlHandle(userpwd=ftp$userpwd,maxconnects=1,fresh.connect= 0) for (i in 1:length(file)){ B B B B B ftpUpload(what=files[i],to=files[i],curl=ftpConnection) } And I got this error after 30 files (the error is not linked to the web server but to the R session) : Error in file(file, "rb&qu...