delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

i think it should work with any server then http://bbs.prog365.com/images/sites/smile.gif


it depends on your client. mine supports this:
ftp> recursive mget *
type "help" to see if "recursive" is supported by your client. i think it should work with any server then

TOP

Hi CHR15T0!
from "wget --help" i can´t tell if it supports ftp logins. but i don´t think they left out this important feature.
try to set "--http-user=... --http-passwd=..." and see if it takes the same login for ftp too.
if this does not help, rsync should be able to do the same job. but i don´t have it installed, so you need to see yourself.
greetings,
Manuel

TOP

Hi,
I know, that it's quite late for anwsering and I think, you found the anwser long time ago, but when you search at google for "recursive + ftp + linux" this side is one of the first you get to.
So, in order to use ftp + login with wget you must just type:
Code:
  1. wget -r ftp://user: pass@domain...
Copy Code
the space between user: and pass is incorrect, but the forum-software makes ...ftp://user***@domain...else.
hope, that will help someone

TOP

Late? Who cares. Right Answer is what matters and is the difference between having to stare at the screen for hours with FTP and using this one precious command. Result is I'm heading down the pub while my whole collection of websites gets moved from one crappy host to their new home by wget magic. Good Work Fella!

TOP

abstract:

i think it should work with any server then http://bbs.prog365.com/images/sites/smile.gif


This is real simple.  I found you on google via "mget recursive".

TOP

For those of you who have passwords that have characters that might be interpreted by the shell in them who find this off google search in the future:
Code:
  1. wget -r 'ftp://user:pass@domain'
Copy Code
Wrap the whole thing in single quotes.




i think it should work with any server then http://bbs.prog365.com/images/sites/smile.gif

TOP

Back Forum