[CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
how could i copy all content of a ftp directory from ftp via console to cent os 5.4 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] copy source of ftp

2010-04-02 Thread Athmane Madjoudj
try to use ncftp Eg: ncftpget -R -v -u ftpuser ftp.server ~/localdir /remotedir 2010/4/2 cahit Eyigünlü cahit.eyigu...@gmail.com: how could i copy all content of a ftp directory from ftp via console to cent os 5.4 ___ CentOS mailing list

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
cent os could not find ncftpget command i tryed yum install ncftpget but not found it also 2010/4/2 Athmane Madjoudj athma...@gmail.com try to use ncftp Eg: ncftpget -R -v -u ftpuser ftp.server ~/localdir /remotedir 2010/4/2 cahit Eyigünlü cahit.eyigu...@gmail.com: how could i copy

Re: [CentOS] copy source of ftp

2010-04-02 Thread Robert Heller
At Fri, 2 Apr 2010 21:02:03 +0300 CentOS mailing list centos@centos.org wrote: cent os could not find ncftpget command i tryed yum install ncftpget but not found it also Add the epel repo then yum --enablerepo=epel ncftp 2010/4/2 Athmane Madjoudj athma...@gmail.com try to use

Re: [CentOS] copy source of ftp

2010-04-02 Thread Athmane Madjoudj
you need to add EPEL repo: http://fedoraproject.org/wiki/EPEL/FAQ#howtouse see this alternative solution: http://www.centos.org/modules/newbb/viewtopic.php?topic_id=9544forum=37post_id=30382 2010/4/2 cahit Eyigünlü cahit.eyigu...@gmail.com: cent os could not find ncftpget  command i tryed yum

Re: [CentOS] copy source of ftp

2010-04-02 Thread Robert Heller
At Fri, 2 Apr 2010 14:05:37 -0400 Robert Heller hel...@deepsoft.com wrote: At Fri, 2 Apr 2010 21:02:03 +0300 CentOS mailing list centos@centos.org wrote: cent os could not find ncftpget command i tryed yum install ncftpget but not found it also Add the epel repo then

Re: [CentOS] copy source of ftp

2010-04-02 Thread Barry Brimer
how could i copy all content of a ftp directory from ftp via console to cent os 5.4 lftp (which is a part of CentOS) can do this with the mirror option and -R. man lftp for more info. Barry ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
yes it works now thanks 2010/4/2 Barry Brimer li...@brimer.org how could i copy all content of a ftp directory from ftp via console to cent os 5.4 lftp (which is a part of CentOS) can do this with the mirror option and -R. man lftp for more info. Barry

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
but on other server content is under httpdocs folder so i said /local/mine/folder /httpdocs then it create a httpdocs under /folder :) so how could i now cut all content and paste to up folder i mean from /folder/httpdocs to /folder :) 02 Nisan 2010 21:15 tarihinde cahit Eyigünlü

Re: [CentOS] copy source of ftp

2010-04-02 Thread JohnS
On Fri, 2010-04-02 at 21:20 +0300, cahit Eyigünlü wrote: but on other server content is under httpdocs folder so i said /local/mine/folder /httpdocs then it create a httpdocs under /folder :) so how could i now cut all content and paste to up folder i mean from /folder/httpdocs to /folder

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
i am not using gui :) 2010/4/2 JohnS jse...@gmail.com On Fri, 2010-04-02 at 21:20 +0300, cahit Eyigünlü wrote: but on other server content is under httpdocs folder so i said /local/mine/folder /httpdocs then it create a httpdocs under /folder :) so how could i now cut all content and

Re: [CentOS] copy source of ftp

2010-04-02 Thread Les Mikesell
cahit Eyigünlü wrote: how could i copy all content of a ftp directory from ftp via console to cent os 5.4 wget --mirror ftp://source_location -- Les Mikesell lesmikes...@gmail.com ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
Thanks to every one all solutions was perfect 2010/4/2 Les Mikesell lesmikes...@gmail.com cahit Eyigünlü wrote: how could i copy all content of a ftp directory from ftp via console to cent os 5.4 wget --mirror ftp://source_location -- Les Mikesell lesmikes...@gmail.com