Jump to content

MySQL vs TCP/UDP vs other? Best way to sync windows autoit client with linux server?


Recommended Posts

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...