Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Help with a Batch file script (FTP)
Name: Mariusk Date: July 31, 2008 at 13:37:06 Pacific OS: Vista Ultimate x64 CPU/Ram: 2.40 GHZ DUO/2 GB
Comment:
Well, I'm sitting here and can't this to work right. Here's what I want to do: - Login to a ftp server - Download qconsole.log from demott - Upload the same file to another folder at the remote server. (/logs)
Then the next thing:
I want then to upload this file from /logs to another FTP server, could anyone give me an example how to do that? Anyway here's my code:
Script.bat
FTP.EXE -s:SCRIPT.TXT
Script.txt:
open **.***.**.*** (IP) ******** (USERNAME) ******** (PASSWORD) lcd c:\logs quote PASV cd /demott quote PASV get qconsole.log cd /demott/logs quote PASV put qconsole.log
Summary: Your help will be deeply appriciated and many thanks--- Hi I need help writing a batch file. I have a text file which contains usernames of all the users whose profiles need to be copied from one loc...
Summary: I'm trying to create a batch file that will ask a user for a drive letter and then it will run 2-3 commands on the specified drive. I can't figure out how to ask a user for a variable, and then change...
Summary: looking for help with a batch file, what i need to do is run it in a folder and have it get all the different names of the files and then output the names to a txt file any one know how i can do this ...