Displaying 1 result from an estimated 1 matches for "22x_source".
2002 May 10
0
Keeping your code current via wget through an ftp proxy
...I run it from my /eodc/shared/samba_2_2/source
dir, by cd'ing to /eodc/shared/samba_2_2/source,
then running ./wget1
Note that it's run from 4 dir's down; this
is why I have "--cut-dirs=4"; so that the files
end up in the same dir that I'm in. (If you
set yours up with /22x_source, you'd make it
"--cut-dirs=1")
The "-nH" strips off the host info (pserver.samba.org).
The "-S" displays server responses
The "-m" is to mirror the source/destination dir's.
According to WS-FTP Pro, our ftp proxy is a
"User, no login" ty...