Running a Telnet session within Excel VBA

  • Thread starter Thread starter Phil Hibbs
  • Start date Start date
P

Phil Hibbs

I would like to drive a Telnet connection directly from VBA, i.e.
without shelling out to an external executable and stuffing keys into
it. I have this, which does FTP:

http://xcelfiles.homestead.com/Excel02.html

However, some of the files that I am retrieving are very large, and I
would like my code to automatically telnet onto the server and gzip
them first before retrieving them. Any ideas?
 
Back
Top