Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to get for your free account now!
batch script to upload to ftp
Name: pball Date: September 17, 2008 at 16:23:38 Pacific OS: XP Pro CPU/Ram: 2.8 ghz / 2 gig Manufacturer/Model: home made
Comment:
I would like to make a batch script to find my external ip address then upload it via ftp to a free website I have. The purpose being so I could find out my ip address to ftp home while I'm away, just in case my ip address changes.
Since i don't have a router at this time I just ipconfig > ip.txt then try to upload it via ftp.
The problem is I couldn't get the command right to upload the file to my ftp. How would i log into the ftp which needs a user and pass then upload the file which would be in the same folder as the batch script.
Also does anyone know of a way to find your external ip address if you have a router using a command line program or some other trick. thanks
this is the little update program you just have to set up an account on the site, it's simple and free so your stuck with something like yourname.myftp.biz or something like that
Summary: Hi, I want to ftp a file from windows to unix server can we do it with a batch script if yes let me know I tried this piece of action Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Mi...
Summary: Hey everyone, I am very new at this... I hope I can explain what I am looking for. I need to write a batch script. I have a filename, with a date in the filename. I need to extract the date, and sa...
Summary: I am trying to copy zip files from one server to another with a batch file. Problem is, I only need the 4 zip files with the current date and not the other 100 zips. The file names change everyday, ...