I'm trying to develop a tool in python that will allow me to compare two file.
I know this sounds like it's been done before but there is a catch.
Files are stored on a remote server.
There are three separate directories.
StartupConfig, RunningConfig, and ArchiveConfig
I need to have the python
On Tuesday, September 20, 2016 at 3:25:11 PM UTC-5, Lawrence D’Oliveiro wrote:
> On Wednesday, September 21, 2016 at 7:44:22 AM UTC+12, Andrew Clark wrote:
> > If anyone can help me out with sudo code or set me in the right direction
> > would be nice.
>
> You know What
On Tuesday, September 20, 2016 at 7:48:20 PM UTC-5, Steve D'Aprano wrote:
> On Wed, 21 Sep 2016 07:20 am, Andrew Clark wrote:
>
> > I've restarted my code so many times i no longer have a working version of
> > anything.
>
>
> *Restarting* your code doesn
I reinstalled paramiko and now i'm getting a slighty different error but still
says no cryptography.
Traceback (most recent call last):
File "C:\Users\ac40935\workspace\AutoCompare\filecmp.py", line 6, in
from paramiko import SSHConfig, SSHClient
File
"C:\Python35-32\lib\site-packages\p
I'm looking for a way to either completely hide character as you type in
command line or add * to each character as you for simple password
obscurity. I've tried getpass.getpass() however the characters still show up on
the screen as you type it. Can anyone help? I'm using python 2.7 on wind
On Wednesday, September 21, 2016 at 8:26:37 PM UTC-5, Steve D'Aprano wrote:
> On Thu, 22 Sep 2016 01:55 am, Andrew Clark wrote:
>
> > I reinstalled paramiko and now i'm getting a slighty different error but
> > still says no cryptography.
>
> [...]
&