Need some guidance from any linux gurus out there. None of my reference books are helping, although it may be because of a security issue on the server I am trying wget files from.
I tried several iterations of the above, and would get the entire site, rather than just getting the /images/ directory. The third time I tried, I was somehow higher in the file directories, and slurping files from the root somehow that were not in the site itself (it is a shared server, but a IIS box).
Anyway, what I'm trying to do during a SSH session is copy all the files from the URL into the current directory I'm in.
wget -nH -r --cut-dirs=1 http://www.mydomain.tld/images/
Anyway, what I'm trying to do during a SSH session is copy all the files from the URL into the current directory I'm in.
assword@ftp.mine.com/httpdocs/".
Comment