Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Using FTP in a batch file

Options
  • 12-06-2008 3:28pm
    #1
    Closed Accounts Posts: 122 ✭✭


    I have been trying to write an FTP script in a batch file but it doesn't seem to work...even though when I go through the steps by typing them in DOS it works perfectly...

    If someone can look at what I am typing in the batch file that would be great

    :START
    ftp

    open IPADDRESS

    username
    password

    get filename

    put filename

    quit

    exit

    pause
    :END


Comments

Advertisement