Hi skrommel,
New to this site, but I have a question about this software. I want to upload my computers IP address to an ftp server when windows starts. I want this because my IP changes, and I like to remote desktop to my home machine from work. But since the IP changes sometimes, I want to store the current IP of my home machine on an FTP.
Anyway, I created a batch file to autorun but I can't figure out the right parameters.
IpUpload.exe -s ftp.myftp.com -l "c:\program files\IPUpload\ipaddress.txt" -r "/temp" -u myusername -p mypassword -nic 0 -pause 0
The -l parameter will upload the external IP html file you downloaded from the web, I am uploading this because I cant find a plain txt file that just has my IP.
Also, the -pause parameter seems wrong also. I just want the software to run once and quit.
Any help is appreciated.