Jump to content

Search the Community

Showing results for tags 'jsp txt'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Normally, I can download the textfile on our network that I want using a browser by using this link: https://theserver.com/portal/server_controller.jsp?action=verify_open_attachment&file=file_current.txt&filetoopen=e:/Program%20Files/Apache %20Software%20Foundation/Tomcat%206.0/webapps/portal/devices/stuff/file_current.txt This opens up the browser "save file" dialogue and I choose a spot and save it. What I would like to do is use AutoIt to download this textfile without the browser being opened/used. I just want something to download it in the background without the need of using the browser. I tried using Inetget but that does not work at all. I get html source (I think), but not the textfile! I do not know anything about .jsp besides that I think it stands for Java Server Pages. I'm guessing that the link instructs the server to find file_current.txt and start sending it to the browser. Is there a way for Autoit to except the file and just save it instead? There just has to be way. Thanks for any help!
×
×
  • Create New...