Hi all,
I had the following question this morning.
Please could someone provide me with the correct syntax for WPUT for a user on a proxy.
The proxy details are:
10.0.0.5 8080
How would I script this into WPUT please? I seem to get the syntax wrong.
Thank you
The question was answered by Rumpeltux but the ticket was closed so the follow-up question I had was never seen (or so I suspect).
Not knowing how to re-open a ticket (sorry Mods) I decided to repost the old and new:
My follow-up question is:
Thanks a lot for the speedy reply. Sorry to be a pain but this is how I script it at the moment using a simple batch file:
"c:\wput.exe" -B -u -v ftp://username:password@ftp.myserver.com/wwwroot/sampledir/test.xls c:\test.xls
So where would the proxy details go in?