http://qs321.pair.com?node_id=176168


in reply to How can my tcp client call a sub directory when calling a socket connection?

Directory information is called from within the HTTP request, ie:
print $remote "GET http://thesite.com/subdirectory/newlogin.cgi\n";
You may want to check out RFC 2068 for more information. scott.
  • Comment on Re: How can my tcp client call a sub directory when calling a socket connection?
  • Download Code