Jump to content

Search the Community

Showing results for tags 'inetget ftp problem'.

  • 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

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. Hey guys im having an issue with inetget. I can download from http sites no problems and i remember being able to download via ftp but recently when ive tried ive had an issue and cant get anything via inetget from an ftp website. Ive tried the following sites ftp://ftp6.nero.com/tools/General-CleanTool.zip ftp://ftp.symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe and the 1 listed below with no joy. Im wondering if it works for other epeople then my comp has an issue. Could someone pls test this on their comp and or tell me if something im overlooking is a miss thanks in advance jamie Local $hDownload = InetGet("[url="ftp://anti-virus.by/pub/Vba32Check.exe"]ftp://anti-virus.by/pub/Vba32Check.exe[/url]", @TempDir & "\vba32.zip", 5, 1) Do Sleep(250) Until InetGetInfo($hDownload, 2) ; Check if the download is complete. Local $nBytes = InetGetInfo($hDownload, 0) InetClose($hDownload) ; Close the handle to release resourcs. MsgBox(0, "", "Bytes read: " & $nBytes)
×
×
  • Create New...