Re: library for FTP connections
- Posted by jeremy (admin) Aug 19, 2009
- 1340 views
ghaberek said...
Is there (or should there be) a corresponding net/http.e library? I'm not sure how much free time I have, but I have spent many a night constructing FTP and HTTP protocols by hand.
Greg,
There is a net/http.e. It could use a little clean up as it relies on external variables for state information, but it supports GET/POST requests. There is a method that is commented out that also supports GET/POST with a cookie.
In the end, it would be nice to have:
net/http.e net/smtp.e net/pop3.e net/imap.e net/ftp.e net/time.e
but, it'll take a little time to get that far.
Jeremy