Jump to content

Recommended Posts

Posted

I have a question for you AutoIt geeks: How can I make sure a file in a specific client folder (on a server) hasn´t been downloaded more than x times from the server? Let´s say we want to permit 3 downloads, then block the file from further download attempts. Ny idea is to store a counter on the server that is incrementet from the AutoIt script. This way we can avoid a local counter that can be reset, and alos if a "client" downloads from another computer with a fresh counter.

:)

Posted

Hi,

is it public? How to get the file? user passwort login? Lan / Wan?

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Posted (edited)

Hi,

is it public? How to get the file? user passwort login? Lan / Wan?

Mega

It´s a public AutoIt-script which will ask for a unique login/password locally and then download a common file from a regular web server, but increment a unique counter (on the server) for every customer. I have looked at the FTP-functions but I find them a bit fuzzy. I´m new to all this.

Edited by Nisse
Posted

Hi,

why let Autoit count? Let the server count like downloads in this forum.

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...