Command for tranferring files through wget

Posted by ramdak5000, 07-16-2007, 10:24 PM
I am trying to move over a client from Verio's hosting to my VPS. The verio control panel looks very amateurish and there is no option to do a full account backup. There is no SSH either. I tried wget -r ftp://user:pass@hostname/directory/* which was mentioned in another WHT thread, but after it gets connected, it shows the following and stops there: Can anyone suggest a command that will work? There is only about 35 MB of files there, but I spent hours yesterday trying to download through FTP. Thanks in advance.

Posted by sh4ka, 07-16-2007, 11:41 PM
Login trough FTP, download the files, then login into the SQL database admin, and export all files into a .sql file, thats the easiest way to get a backup if you dont have ssh or backups from the control panel.

Posted by plumsauce, 07-17-2007, 12:52 AM
either: wget --help or, zip it up, put it in some accessible directory, and download it using your browser of choice.

Posted by MaximSupport, 07-17-2007, 01:21 AM
Dear ramdak5000, You can use below options with wget command. wget -m -c -m for Mirror -c for Continue if connection break Best Regards.

Posted by Patrick, 07-17-2007, 09:15 AM
Try: wget --no-passive-ftp -r ftp://user:pass@hostname/directory/*

Posted by ramdak5000, 07-17-2007, 11:35 AM
Ah, if only I had found your reply a few hours ago I tried wget --help, but somehow missed this command. In the end, I ended up uploading through FTP. Thanks for your suggestions, everyone.

Ця відповідь Вам допомогла?

 Роздрукувати цю статтю

Також прочитайте

antivirus.exim

Posted by its_joy, 03-29-2008, 07:20 AMhi, i have installed antivirus.exim on server but if...

Include and run a script within a program

Posted by Sammyboy99, 02-18-2011, 06:53 PMSo I've made a program that executes a script the only...

Need Shell script to add prefix to multiple files' name.

Posted by viettechorg, 03-25-2007, 02:09 PMHello, Does anyone know any of the shell script(or...

URL Rewrite

Posted by beachcompcom, 03-08-2010, 04:34 PMHi folks, I'm new to IIS7/Url rewrites. Im trying...

Seem Internet Solutions gone down?

Posted by Jollyjohn, 09-11-2001, 07:41 PMwww.seem.co.uk appear to have disappeared, taking my...