help with batch file for FTP transfer
Posted: 10 Nov 2008 11:00
I am trying to auto connect to FTP site and transfer a file to my local hard drive. The following code is what I have but isn't working:
Could someone please help me with this? What happens when I run this script the DOS window opens to the "FTP>" prompt
Code: Select all
@echo off
cd c:\documents and settings\e3utbl\desktop\ert
ftp
open fm-nsnotrix
username
password
get span\span.txt
bye
Could someone please help me with this? What happens when I run this script the DOS window opens to the "FTP>" prompt