Re: Need help connecting via a remote VPN

2012-07-19 Thread Dave Angel
On 07/19/2012 09:41 PM, The Coca Cola Kid wrote: > "Dave Angel" wrote in message > news:mailman.2284.1342663213.4697.python-l...@python.org... > >> Starting a VPN simply makes it possible for IP packets to get to the >> specified machine. You still need to match some protocol that the >> particul

Re: Need help connecting via a remote VPN

2012-07-19 Thread The Coca Cola Kid
"Dave Angel" wrote in message news:mailman.2284.1342663213.4697.python-l...@python.org... Starting a VPN simply makes it possible for IP packets to get to the specified machine. You still need to match some protocol that the particular remote machine can handle. SSH is probably the most comm

Re: Need help connecting via a remote VPN

2012-07-18 Thread Dave Angel
On 07/18/2012 09:36 PM, The Coca Cola Kid wrote: > I need to connect to a site/server that's only accessible after > logging into a remote VPN, then scan a directory for a file pattern > and then copy those files. I know how to do the latter using glob, > and I think I figured out how to connect t