merriman 0 Posted June 16, 2006 Hi Would anyone know where I could find example scripts using the Network functions, i.e. FtpSetProxy, HttpSetProxy, InetGet, InetGetSize Many Thanks Best Regards Merriman Share this post Link to post Share on other sites
nfwu 4 Posted June 16, 2006 (edited) InetGet/InetGetSize can be found in many downloaders on the Scripts and Scraps forums.As for the Proxy functions, the can be used with Anonymous Proxies to allow for secure, anon downloading of stuff. (Have not seen any examples of this yet though)The functions:# TCPAccept # TCPCloseSocket # TCPConnect # TCPListen # TCPNameToIP # TCPRecv # TCPSend # TCPShutdown # TCPStartup # TCPTimeout (Option) # UDPBind # UDPCloseSocket # UDPOpen # UDPRecv # UDPSend # UDPShutdown # UDPStartupAre used in networking applications. Here is a very good topic on these functions: http://www.autoitscript.com/forum/index.php?showtopic=20589#)edit: Added link to TCP Examples Topic. Edited June 16, 2006 by nfwu TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode() Share this post Link to post Share on other sites