how could i copy all content of a ftp directory from ftp via console to cent os 5.4
try to use ncftp
Eg:
ncftpget -R -v -u "ftpuser" ftp.server ~/localdir /remotedir
2010/4/2 cahit Eyigünlü cahit.eyigunlu@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
cent os could not find ncftpget command i tryed yum install ncftpget but not found it also
2010/4/2 Athmane Madjoudj athmanem@gmail.com
try to use ncftp
Eg:
ncftpget -R -v -u "ftpuser" ftp.server ~/localdir /remotedir
2010/4/2 cahit Eyigünlü cahit.eyigunlu@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
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 athmanem@gmail.com
try to use ncftp
Eg:
ncftpget -R -v -u "ftpuser" ftp.server ~/localdir /remotedir
2010/4/2 cahit Eyigünlü cahit.eyigunlu@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
At Fri, 2 Apr 2010 14:05:37 -0400 Robert Heller heller@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 athmanem@gmail.com
try to use ncftp
Eg:
ncftpget -R -v -u "ftpuser" ftp.server ~/localdir /remotedir
2010/4/2 cahit Eyigünlü cahit.eyigunlu@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
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=9544&forum=37...
2010/4/2 cahit Eyigünlü cahit.eyigunlu@gmail.com:
cent os could not find ncftpget command i tryed yum install ncftpget but not found it also
2010/4/2 Athmane Madjoudj athmanem@gmail.com
try to use ncftp
Eg:
ncftpget -R -v -u "ftpuser" ftp.server ~/localdir /remotedir
2010/4/2 cahit Eyigünlü cahit.eyigunlu@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
yes it works now thanks
2010/4/2 Barry Brimer lists@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
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.eyigunlu@gmail.comyazdı:
yes it works now thanks
2010/4/2 Barry Brimer lists@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
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
i am not using gui :)
2010/4/2 JohnS jses27@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
Thanks to every one all solutions was perfect
2010/4/2 Les Mikesell lesmikesell@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 lesmikesell@gmail.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos