[ python-Bugs-1437614 ] can't send files via ftp on my MacOS X 10.3.9
SourceForge.net
noreply at sourceforge.net
Sun Apr 2 21:28:38 CEST 2006
Bugs item #1437614, was opened at 2006-02-23 19:48
Message generated for change (Comment added) made by ronaldoussoren
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1437614&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Li Quid (liquid333)
Assigned to: Nobody/Anonymous (nobody)
Summary: can't send files via ftp on my MacOS X 10.3.9
Initial Comment:
When trying to do a simple ftp upload using Python
2.3's ftplib, it fails and I get a socket error. The
exact error is (61, 'Connection refused'). This
happens to me in all my scripts that use the ftplib on
MacOS 10.3.9, but not in scripts on my Windows box.
I've attached the small, simple source code.
----------------------------------------------------------------------
Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-04-02 21:28
Message:
Logged In: YES
user_id=580910
I use ftplib on OSX and don't see problems (both python 2.3 and 2.4 on OSX
10.3 and 10.4). I agree with tjreedy that this is most likely a problem with the
environment of the user.
----------------------------------------------------------------------
Comment By: Terry J. Reedy (tjreedy)
Date: 2006-03-06 03:26
Message:
Logged In: YES
user_id=593130
This could be a problem in your specific machine and its
setup, the specific OS version, the specific target (maybe
nyx doesn't like MACs), or the specific Python version.
I would start by installing 2.4.2 and see if there have
maybe been helpful changes to its socket code. And try to
find another Mac box. And then ask on python-
list/comp.lang.python for other experiences with Max, OSX,
sockets, and maybe ftp. Since the error message comes
from the OS blaming nyx, I think more likely than not that
this is not a Python bug.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1437614&group_id=5470
More information about the Python-bugs-list
mailing list