Summary: Can anyone tell me how to make an ftp batch file that automatically puts in the user and the password? the ftp server is a sco unix box Thanks in a...
Summary: I want to make a batch file that takes a file as a parameter, then connects to a predetermined FTP server and uploads the indicated file, then quits. ...
Summary: Is there a way to check dates when doing a ftp?? I am trying to write a batch file that will get files from a OpenVMS 6.2 system with a specific date....
Summary: Is it possible to pass a parameter from one batch file to another whilst using the ftp command? E.g. Batch1.bat ftp -i -s:C:\batch2.bat Batch2.bat ope...
Summary: I am trying to write a batch file that will download a series of files from a secure server using an FTP client. These files are hidden from an ordin...
Summary: Hi Guys i need to create a batch file that can connect to multiple ftp servers to extract a file to one location. Not sure if this is possible but i w...
Summary: I was wondering if there is a way to run a batch file that would open IE to a page (This part I know already) Search a page for a file type Download t...
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...
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 appreciate...
Summary: I was curious if there was a way to write a batch file that would: 1) connect to a remote ftp site 2) enter username/pw 3) switch to the appropriate...
Summary: I need to achieve following : connect scott/tiger@mydb select flag from mytable; if flag = 'Y' then FTP else Do nothing End if; I want to do ...
Summary: I'm trying to write a DOS batch file that will determine which files are in a directory on a remote unix box and then write a ftp script go 'get' each...
Summary: I need to connect to a ftp site & upload files usind a dos batch program (.bat file) . How can i do that . From the command line i type ftp 100.100.10...
Summary: How can I telnet/ftp to a UNIX machine using a batch file in DOS. I need to mention the user id & password for UNIX in my batch file itself. Can anyon...