3aberxcs Posted December 8, 2013 Posted December 8, 2013 Hi all How do I send a file to another device without the use of E-mail
karlkar Posted December 8, 2013 Posted December 8, 2013 More details are needed. Are those devices on lan? Or they don't, but they have access to internet? 3aberxcs 1
3aberxcs Posted December 8, 2013 Author Posted December 8, 2013 Yes' a computer connected to the Internet, in another city, for example,
Solution karlkar Posted December 8, 2013 Solution Posted December 8, 2013 You have to use sockets explained for example here: '?do=embed' frameborder='0' data-embedContent>>
3aberxcs Posted December 8, 2013 Author Posted December 8, 2013 (edited) You have to use sockets explained for example here:http://www.autoitscript.com/forum/topic/45189- asynchronous-sockets-udf/ Can you send the file to a Web site using sockets Or a way to do this & Thanke you Edited December 8, 2013 by 3aberxcs
karlkar Posted December 9, 2013 Posted December 9, 2013 On one device you start one version of script - client that sends files through socket. On the other device you start server version that receives files.
3aberxcs Posted December 9, 2013 Author Posted December 9, 2013 On one device you start one version of script - client that sends files through socket. On the other device you start server version that receives files. thank you
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