Re: ftplib connection fails with multiple nics

2009-10-20 Thread Sean DiZazzo
On Oct 19, 10:23 pm, Tim Roberts wrote: > Sean DiZazzo wrote: > > >I'm trying to connect to an ftp site from a windows machine with two > >nics going to two different networks, but I keep getting the below > >exception: > > >Traceback (most recent call last): > >  File "ftp.pyo", line 70, in conn

Re: ftplib connection fails with multiple nics

2009-10-20 Thread Sean DiZazzo
On Oct 19, 10:23 pm, Tim Roberts wrote: > Sean DiZazzo wrote: > > >I'm trying to connect to an ftp site from a windows machine with two > >nics going to two different networks, but I keep getting the below > >exception: > > >Traceback (most recent call last): > >  File "ftp.pyo", line 70, in conn

Re: ftplib connection fails with multiple nics

2009-10-19 Thread Tim Roberts
Sean DiZazzo wrote: > >I'm trying to connect to an ftp site from a windows machine with two >nics going to two different networks, but I keep getting the below >exception: > >Traceback (most recent call last): > File "ftp.pyo", line 70, in connect > File "ftp.pyo", line 17, in __init__ > File "

Re: ftplib connection fails with multiple nics

2009-10-19 Thread Shantanu Joshi
Sean DiZazzo writes: > On Oct 16, 4:51 pm, Sean DiZazzo wrote: >> Hi all, >> >> I'm trying to connect to an ftp site from a windows machine with two >> nics going to two different networks, but I keep getting the below >> exception: >> >> Traceback (most recent call last): >>   File "ftp.pyo", l

Re: ftplib connection fails with multiple nics

2009-10-17 Thread Sean DiZazzo
On Oct 16, 4:51 pm, Sean DiZazzo wrote: > Hi all, > > I'm trying to connect to an ftp site from a windows machine with two > nics going to two different networks, but I keep getting the below > exception: > > Traceback (most recent call last): >   File "ftp.pyo", line 70, in connect >   File "ftp.

ftplib connection fails with multiple nics

2009-10-16 Thread Sean DiZazzo
Hi all, I'm trying to connect to an ftp site from a windows machine with two nics going to two different networks, but I keep getting the below exception: Traceback (most recent call last): File "ftp.pyo", line 70, in connect File "ftp.pyo", line 17, in __init__ File "ftplib.pyo", line 131,