QUICKLY copying files from one NAS to another

Hi

This is probably a silly question… why am I getting the “rror: No such file or directory” error. Looks like it is confused with the -mirror command. However I got that from here… http://community.wdc.com/t5/My-Book-Live-Duo/QUICKLY-copying-files-from-one-NAS-to-another-using-wget/td-p/349937 (for some reason I can’t post a comment in the thread)

I am trying to copy files across NAS’s using FTP which I believe will be faster than the painfully slow windows drag and drop method.

wget -mirror -np -x --no-host-directories  ftp://admin:admin@192.168.2.22/Public/“Shared Videos”/“Released 2007”
–2012-07-14 02:20:52–  ftp://admin:*password*@192.168.2.22/Public/Shared%20Videos/Released%202007
=> `Public/Shared Videos/.listing’
Connecting to 192.168.2.22:21… connected.
Logging in as admin … Logged in!
==> SYST … done. ==> PWD … done.
==> TYPE I … done. ==> CWD /Public/Shared Videos … done.
==> PASV … couldn’t connect to 0.0.0.0 port 5039: Connection refused
rror: No such file or directory
No URLs found in rror.

Cheers
Rick

The way your post looks, it appears that it’s the PASV command that isn’t working.

Try adding the command –no-passive-ftp 

Thanks.  I’ll check it out tonight and report back.  I am hopeful as when trying to connect via a FTP client it error on “PASV”.

CHeers

Rick