Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
FTP and batch
Name: bertalan Date: February 9, 2009 at 18:11:31 Pacific OS: Windows Server 2003 CPU/Ram: 1gb Product: Unknown / UNKNOWN Subcategory: Batch
Comment:
i want to batch upload all jpgs and rars that i've been renaming and i m trying to use this but when i drag and drop all the files on it ... it only uploads 1 file and then stops. what am i doing wrong? is there some batch program that could do the work for me?
@echo off echo user USERNAME ftpcmd.dat echo PASSWORD>> ftpcmd.dat echo bin>> ftpcmd.dat echo put %1>> ftpcmd.dat echo quit>> ftpcmd.dat ftp -n -s:ftpcmd.dat xx.xx.xx.xx del ftpcmd.dat
Summary: Hi, I am trying to automate a series of FTP commands so that i can hand a job over to someone not technically minded! These are the FTP commands I am currently using: ftp 100.100.100.100 username pas...
Summary: I hope that someone can help me. I am new to writing batch files and I am not quite sure how to write the following code. Any help would be appreciated. I would like a batch file to connect to a serve...
Summary: Hi There I am just looking for a batch file that I can run from windows scheduler to download two files from my server via ftp. I have username password address location of the file and filename. I ha...