"GreaterMUD" ANSI compliance (MegaMud)?

Started by erek, Jan 22, 2006, 02:41 PM

Previous topic - Next topic

The Crazy Animal

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/

Locke Cole

Quote from: The Crazy Animal on May 16, 2006, 10:44 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.

The Crazy Animal