First off, not sure which channel to post this in. Apologies if this one is incorrect.
I'm trying to write a .bat file to update from my server using wget (a port to Windows).
Normal login would be something like "ftp://user:pass@****/" but since the shared servers force the usernames to be "user@****" there becomes a problem and wget gets confused (i tried googling and only found one response suggesting using hex).
well, I tried hex. something like, "ftp://user%40mydomain%2Ecom:password@****" While this works pasting in my webbrowser, not with wget.
NOTE: I'm using a Win32 port of wget in WinXP (I hope it's not an error with the port because I'd feel really silly for asking here)