Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Access POP and SMTP through an HTTP proxy' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Access POP and SMTP through an HTTP proxy
Authored by: network23 on Jul 28, '03 10:49:24AM

Can anyone point me to a good howto manual to compile something like this? I'm not that comfortable with compiling just yet and cannot find my previous resources. thanks.

---
Live and Direct, only from
Network 23



[ Reply to This | # ]
Access POP and SMTP through an HTTP proxy
Authored by: sierratarn on Jul 28, '03 10:59:28AM

To compile the program (having installed developer tools) have connect.c in the current directory and run the command:

gcc connect.c -o sconnect

that will create a file called sconnect that is the binary and can me moved to /usr/local/bin



[ Reply to This | # ]