Zithen Posted September 9, 2005 Posted September 9, 2005 didnt see much on sending files with the TCP functions, just chat rooms. Just was thinking on ways to do it and what would work best. server side - computer to recive file client side - computer to send file have the client side select a file. client side then turns the file into a string or array then send the file name to the server side and run a function to create the file then sends the array from the client side to the server side and filewrites that into the open file and once finished closes the file. is there another way that might work better? If there is a script to actually send files through tcp with autoit please if you can link that would be great, i didnt see anything. just looking for ideas on to do this. why dont i use ftp? i am bored and want to make something fun from autoit heh
erifash Posted September 10, 2005 Posted September 10, 2005 Check out Larry's example for sending binary files through TCP:http://www.autoitscript.com/forum/index.php?showtopic=13411Hope I helped. My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver
Zithen Posted September 10, 2005 Author Posted September 10, 2005 Check out Larry's example for sending binary files through TCP:http://www.autoitscript.com/forum/index.php?showtopic=13411Hope I helped. <{POST_SNAPBACK}>probly the one this that i didnt look for it under binary transfer LOL, thanks for the link. Sure it works great larrys stuff is always good heh
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