"GreaterMUD" ANSI compliance (MegaMud)?

Started by erek, January 22, 2006, 04:41:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Forgot about this post:

Stylez, theres a program called wget that will auto get files for you so you might be able to use that to sync to a server to get updates.

http://www.gnu.org/software/wget/

Quote from: The Crazy Animal on May 16, 2006, 11:44:43 PMForgot about this post:

Stylez, theres a program called wget that will auto get files for you so you might be able to use that to sync to a server to get updates.

http://www.gnu.org/software/wget/

Programmatically you'd want to use WinInet (which comes with Windows/Internet Explorer) probably. You can use WinInet to download files from HTTP/FTP servers, and I believe it offers asynchronous transfers as well (so your GUI could keep a progress bar updating as the download proceeds).

WGET is a cool tool though.