Summary: When the FTP completes successfully the FIND command searching for string "RNTO command successful" generates a success transmission message. IT work...
Summary: Need to know if I can create a small script or program that allows me to highlight file/files with my mouse on my PC, right click and then choose to f...
Summary: If you use a DOS .BAT file to run the FTP script "ftp -i -s:yourftp.scp" you could choose a temporary file name for your "get" command "get sourcefile...
Summary: Hi, Can anybody provide commands that I need to run for putting file to FTP. At this case I have proxy between my PC and FTP server. I know proxy_name...
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 am trying to make a batch for doa ftp to upload to unix shell. problem is i cant get the script to submit the user:pwd at the right moment . is ther...
Summary: I am not very expert of the ftp command, but as far as I know what you define a batch script (Batch2.bat) is really a trxt file of ftp command to be i...
Summary: > I saw a script for batching commands > to an ftp server on > http://www.batch.hpg.ig.com.br/ > (excellent site) Thanks =D (I'm the author hehe) Iden...
Summary: Another reason to have the bat file create the ftp script every time: Your ftp script is probably going to have your password in it. So having the bat...
Summary: Hello, I am having an issue with a FTP script. Every once in a while I get a 421 Error Session shutting down. Is this comming from my end our the s...
Summary: Ok, you want to use a batch file to call the ftp.exe program to transfer files to/from a server? peice of cake .... first the script that ftp.exe read...
Summary: Let me see if I understood you correctly: The following lines from the FTP script (translatedata.txt): lcd /2003Äê/4ÔÂ cd /taizhan/tzbx/2003/04/ mget ...
Summary: I just finished writting an ftp script, and i have the dos shell move a few files after i am finished transfering the files. I have scheduled this in...
Summary: The date should be the system's current date, right?? So, the first task is to get current date into a variable without separators and in the format w...
Summary: Hi there, Part of a batch process, I'd like to run a script that upload, not a single file, but a big bunch of files from a local machine to an ftp se...
Summary: Hello! I was looking and trying for a long time, but I couldn't find anything apropriate, so here I am. My problem: I have Windows98 and I want to wri...
Summary: Hi, Iv installed novell client on my DOS machine. im using TINY to remote control my pc. It works fine. i would like to transfer files using ftp clien...
Summary: Hello, SP. I understand most of the batch script, except for the part where you say: > I want batch to point them to their > deginated network folder ...
Summary: Ok, that's clearer : ) I'm not too familiar with the ftp command, but I suspect that there's a better way of batching it. By referencing ftp.txt - tha...
Summary: I wrote a batch file for frequent up/downloads. Saves me time. Does this help? Just replace the the stuff inside #...# with your data. If someone's go...
Summary: I have a dos script that sends files by ftp. I need to be able to check to see if the ftp failed for any reason. I tried "if errorlevel 1 [command]", ...