Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25602
| Path | csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail |
|---|---|
| From | "The Coca Cola Kid" <thecocacolakid@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Need help connecting via a remote VPN |
| Date | Wed, 18 Jul 2012 20:36:11 -0500 |
| Organization | Not Google |
| Lines | 8 |
| Message-ID | <ju7oac$2fh$1@speranza.aioe.org> (permalink) |
| NNTP-Posting-Host | 4HTTcOWUCr6fNbKPxyTTPg.user.speranza.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; format=flowed; charset="iso-8859-1"; reply-type=original |
| Content-Transfer-Encoding | 7bit |
| X-Complaints-To | abuse@aioe.org |
| X-MimeOLE | Produced By Microsoft MimeOLE V15.4.3555.308 |
| X-Notice | Filtered by postfilter v. 0.8.2 |
| X-Newsreader | Microsoft Windows Live Mail 15.4.3555.308 |
| Importance | Normal |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| Xref | csiph.com comp.lang.python:25602 |
Show key headers only | View raw
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 to the VPN using win32ras and got a response that said "302 Found" but I'm not sure what to do after that. Some people recommended using SSH or fabric.api modules, but I couldn't find any examples that applied to what I'm trying to do.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Need help connecting via a remote VPN "The Coca Cola Kid" <thecocacolakid@gmail.com> - 2012-07-18 20:36 -0500
Re: Need help connecting via a remote VPN Dave Angel <d@davea.name> - 2012-07-18 21:59 -0400
Re: Need help connecting via a remote VPN "The Coca Cola Kid" <thecocacolakid@gmail.com> - 2012-07-19 20:41 -0500
Re: Need help connecting via a remote VPN Dave Angel <d@davea.name> - 2012-07-19 21:58 -0400
csiph-web