similar to: ftp directory

Displaying 20 results from an estimated 300000 matches similar to: "ftp directory"

2010 Jul 12
2
Accessing files on password-protected FTP sites
Hello everyone, Is it possible to download data from password-protected ftp sites? I saw another thread with instructions for uploading files using RCurl, but I could not find information for downloading them in the RCurl documentation. I am using R 2.11 on a Windows XP 32-bit machine. Thanks in advance, Cliff -- View this message in context:
2009 Nov 10
1
does it make sense to run rsync over ftp (curlftpfs)?
Hi, It seems to work but very slowly. I guess it's because rsync has to read the complete file content on the remote host, so does it make any sense at all to do it over FTP? ----- -- Kent Tong Wicket tutorials freely available at http://www.agileskills2.org/EWDW Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA -- View this message in context:
2010 Sep 16
2
FTP Download
Hi, I have problems downloading complete folders via ftp with R. Single files work fine. I tried Rcurl, but it does not work. This is my code: url = "ftp://disc2.nascom.nasa.gov/data/TRMM/Gridded/Derived_Products/3B42_V6/Daily/2009/" filenames = getURL(url, ftp.use.epsv = FALSE, ftplistonly = TRUE, crlf = TRUE) filenames = paste(url, strsplit(filenames, "\r*\n")[[1]], sep =
2009 Apr 17
2
Numeric data calculated in bwplot
Hi, i was wondering if there is a way to extract statistic calculated by the function bwplot in numeric format, i.e. a list with values of borders mean etc. Going through the help i couldn't find it, and text of the function itself(bwplot) is very long. Thanks -- View this message in context: http://www.nabble.com/Numeric-data-calculated-in-bwplot-tp23096219p23096219.html Sent from the R
2009 Feb 26
2
ftp fetch using RCurl?
Hi everyone, I have to fetch about 300 to 500 zipped archives from a remote ftp server. Each of the archive is about 1Mb. I know I can get it done by using download.file() in R, but I am curious that is there a faster way to do this using RCurl. For example, are there some parameters that I can set so that the connection does not need to be rebuilt....etc. A even simpler question is, how can I
2007 May 23
1
How to Sync a FTP located log file to Local log file
How to Sync a FTP located log file to Local log file. What I want to do:- 1. I have a FTP location 2. I have a local machine 3. I want to sync my local file from FTP server 4. I donot want to delete any thing and I do not want to Change the FTP location file. 5. Only I want to Update my local file from FTP server. How can we write a script for this? Please help me out Thanks, Nishant
2007 May 02
0
Can't delete files via FTP
I am getting an error when trying to delete files from FTP. I can upload, download, rename files, and even delete empty folders. But when I try to delete a file, I get below error and the filename changes to '.pureftpd-rename.<alphanumeric string>'. Command: DELE /path/to/file Response: 550 Could not delete /path/to/file Invalid argument A little Background... I have a small
2009 Feb 08
0
rsync over ftp problem
Hi there, I am trying to sync some local files to a shared host ftp account (bluehost). Here is what I am trying (everything is in a bash script): 1. I mount the ftp location with curlftps with: curlftpfs -o user=myusernamec@mydomain.com:mypassword ftp://ftp.mydomain.com ~/ftp_backups 2. I then try to sync the files rsync -a -r --no-o --no-g --safe-links --exclude=mkstemp --progress /somefolder
2008 Nov 05
1
Methods dispatch and inheritance R.oo
Hi to all members, i have a question about class inheritance and methods using R.oo package: I have the following code and it doesn't work, guess i'm doing smth wrong and there is nothing in the help. library(R.oo) setConstructorS3("ClassA", function(A=15) { extend(Object(), "ClassA", .size = A ); }) setMethodS3("print", "ClassA",
2008 Mar 07
5
Passing function to tapply as a string
Hi, Was wondering if it is possible to pass function name as a parameter, smth along this line param.to.pass<-c(1,'max','h') dd<-function(dfd, param=param.to.pass,...){ ttime.int <- format(ttime,fmt) data.frame( param[3] = tapply(dfd[,param[1]],ttime.int,param[3]), ...) } I know there is a as.formula expression but not quite sure if there is some
2009 Apr 07
4
Re ading Excel 5.0 files with RODBC?
Hi, i'm trying to read some data from excel files but it seems that neither xlsReadWrite nor sqlFetch (RODBC) doesn't like the format (Excel 5.0). When i open the file in Excel and save it in a new format Excel 97 -2003 everything works fine. Is it possible to use ODBC connection to open old format files, or i guess i will have to open and save every file in Excel in new format, which
2012 Oct 13
0
RS-MySQL.h:32:19: fatal error: mysql.h: No such file or directory
i m installing RMySQL under windows -7 64bit, i have wamp server(which has mysql5.5.16) i have given MYSQL_HOME path in environment variable as MYSQL_HOME=C:\wamp\bin\mysql\mysql5.5.16\bin , & also create Renviron.site file in C:\Program Files\R\R-2.15.0\etc giving MYSQL_HOME=C:/wamp/bin/mysql/mysql5.5.16/bin as path i install c connector "MySQL Connector C 6.0.2" version
2009 Apr 07
2
Annotation rgl plot
Hi, i was wondering if there is a way to annotate rgl plot, after searching i haven't found anything suitable. I saw function text3d but was thinking more about text on the margin, so not interactive. Thanks -- View this message in context: http://www.nabble.com/Annotation-rgl-plot-tp22930428p22930428.html Sent from the R help mailing list archive at Nabble.com.
2012 Mar 07
0
listening folder and directories on ftp server
Dear List, I'm looking for a function for listening of the content witin a ftp server. I need to list bevor I download a file becaus I don't know the exat names of a file or dirs. Up to now I'm using the "getURL" function from RCurl package. But it relativly often happens that I get a errorcode 550 an I'm not able to get the information. If I put the very same adress to
2008 Sep 15
2
problem with FTP server
Dear All, i have the following centos FTP local FTP server having the following Centos 5 vsftpd-2.0.5-10.el5 its been running fine for abt 2 years or so Now with IE5 or IE6 when i say ftp://ip address of FTP server it asks me for the username and password and if its correct i directly go to the /var/ftp/pub directly which is perfect but only in IE7 when i do the above it takes me to root and
2011 Mar 25
1
How to limit ftp users to just view their directory
I am in the process of bring up Centos 5.5. My ftp server is vsftp. When I add a user (e.g. brian), the "brian" directory is owned by "brian" and is in the "brian" group with 700 permissions. However, using a FTP client, the user "brian" can view all of the directories. I do not see any directive in vsftpd.conf to limit this. What have I missed?
2005 Sep 06
1
Restricting ftp users to their directory
Currently, a users directory is owned by the user and the group is ftp. The permissions are 775. In reading the MAN pages for vsftp, I do not see any other ways to retrict the user from just being able to view their won directory and the sub-dirs. Am I going wrong here? Todd -- Ariste Software 200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2014 Jan 18
0
FTP directory
This message is for Ady. Ady, I cannot e-mail you privately/off-list because your e-mail service provider (Hotmail) incorrectly believes that the static IP address of my outbound mail server is on a dynamic IP, and thus it (Hotmail) refuses all e-mail from me. This forces me to give you the information via this mailing list. If you have test images that you would like me to try, you may place
2006 Sep 01
0
OT: How to make files placed into FTP directory avai lable via http
Ed Morrison wrote: > I'm hoping someone out there can tell me or direct me on where to find > this info on how to make files placed into an ftp directory available > via an url link in an email. I will have a staff member upload the > files to a directory on my ftp server (which is also the web server) > and the files would have to be automatically linked to a web >
2006 Sep 01
2
OT: How to make files placed into FTP directory available via http
I'm hoping someone out there can tell me or direct me on where to find this info on how to make files placed into an ftp directory available via an url link in an email. I will have a staff member upload the files to a directory on my ftp server (which is also the web server) and the files would have to be automatically linked to a web directory, unless the files can be read directly