Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Posts
    29

    Downloading an .exe file from an FTP server?

    Is it possible somehow download a file from an FTP server as opposed to an HTTP.file function?

    I'm trying to download several programs from the net which will aid me and my colleagues in removing spyware and viruses.

    There are a lot of .exe files but one in particular is located on an FTP server.

    Thanks.

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Use the FTP Action Plugin.

    Code:
    FTP.Connect("host", "user", "pass");
    FTP.Download("really/cool/program.exe", _TempFolder.."\\program");

  3. #3
    Join Date
    Aug 2008
    Posts
    29
    Don't forget to go to " Project > Plugins " and tick the " FTP " plugin first.

  4. #4
    Join Date
    Jun 2006
    Posts
    29
    Thank you.

Similar Threads

  1. Replies: 3
    Last Post: 02-15-2008, 03:59 PM
  2. Unregistering and .Exe file
    By JoeDul in forum Setup Factory 7.0
    Replies: 4
    Last Post: 06-16-2005, 12:30 PM
  3. Spotlight: FTP File Transfer Plugin
    By Desmond in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 03-10-2004, 09:34 PM
  4. FTP downloading files
    By bjohnson in forum TrueUpdate 1.0
    Replies: 1
    Last Post: 09-12-2003, 08:34 AM
  5. Evaluation Assistance Needed - Urgent
    By RichardC in forum TrueUpdate 1.0
    Replies: 2
    Last Post: 10-10-2002, 02:03 PM

Posting Permissions

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