CrewXp Posted April 24, 2008 Posted April 24, 2008 Hey, I made an autoit script that is supposed to let me browse files (files are on a remote linux server) on my computer. Which do you think would be the best option for me (speed vs security wise) 1.) I add mysql support in my autoit script, and add the locations and descriptions of the files in a mysql database on the linux server (possible to add REMOTE mysql support to autoit script that's fast?) 2.) I use TCP/UDP/porting in my autoit script, and SOMEHOW find out a way to make a tcp/udp server on my linux (don't know if this is possible since autoit won't run on linux) Info: On my server, I have files/downloads. On my script, it shows what's on my server, and it has a description for the item.
AdmiralAlkex Posted April 24, 2008 Posted April 24, 2008 AutoIt can run under Linux if you use Wine and according to THIS post even networking works!! .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now