Results 1 to 3 of 3

Thread: auto FTP script -- connecting without password in script

Threaded View

  1. #1
    Ultimate Member Beeblequix's Avatar
    Join Date
    Nov 2001
    Location
    Ruins: Deus Ex Incarnate
    Posts
    1,402

    auto FTP script -- connecting without password in script

    howdy folks,

    I have an XP system at work that has a batch file to do a simple task --
    * copy files to a network drive
    * ftp files to a linux server

    <do some DOS commands here>

    echo something something > ftp_script.txt
    echo username >> ftp_script.txt
    echo bin >> ftp_script.txt
    echo put xxxx >> ftp_script.txt
    echo bye >> ftp_script.txt

    ftp < ftp_script.txt


    I've noticed that the script *does not* contain the password. It's gotta have a password but I don't understand where it's getting it. I read somewhere where it might be storing it in IE.

    Anyways, anyone have any thoughts on where the password might be hiding?
    Last edited by Beeblequix; 03-06-2009 at 04:43 PM.
    "all animals are equal but some animals are more equal than others".
    George Orwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •