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
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos





-- 
Athmane Madjoudj
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 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
 
 



 --
 Athmane Madjoudj
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 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
   CentOS@centos.org
   http://lists.centos.org/mailman/listinfo/centos
  
  
 
 
 
  --
  Athmane Madjoudj
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
 
 MIME-Version: 1.0
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 


-- 
Robert Heller -- Get the Deepwoods Software FireFox Toolbar!
Deepwoods Software-- Linux Installation and Administration
http://www.deepsoft.com/  -- Web Hosting, with CGI and Database
hel...@deepsoft.com   -- Contract Programming: C/C++, Tcl/Tk


___
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
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 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 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
 
 



 --
 Athmane Madjoudj
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos





-- 
Athmane Madjoudj
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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
 
 yum --enablerepo=epel ncftp

Opps.  That should be:

yum --enablerepo=epel install ncftp


 
  
  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 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
   
   
  
  
  
   --
   Athmane Madjoudj
   ___
   CentOS mailing list
   CentOS@centos.org
   http://lists.centos.org/mailman/listinfo/centos
  
  MIME-Version: 1.0
  
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
  
 
 

-- 
Robert Heller -- Get the Deepwoods Software FireFox Toolbar!
Deepwoods Software-- Linux Installation and Administration
http://www.deepsoft.com/  -- Web Hosting, with CGI and Database
hel...@deepsoft.com   -- Contract Programming: C/C++, Tcl/Tk

 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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
http://lists.centos.org/mailman/listinfo/centos


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
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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ü cahit.eyigu...@gmail.comyazdı:

 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
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 :)
---
Yea that is a pita with lftp.  Adjust your lftp commnd or see man cp
man lftp then look at the mirror option in it.  If using the GUI you
ca cut and paste.

John


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 paste to up folder i mean from /folder/httpdocs
  to /folder :)
 ---
 Yea that is a pita with lftp.  Adjust your lftp commnd or see man cp
 man lftp then look at the mirror option in it.  If using the GUI you
 ca cut and paste.

 John


 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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
http://lists.centos.org/mailman/listinfo/centos


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
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos