Strategy Design Pattern

2006-04-20 Thread Daniel Santa Cruz
Hello all, I've been trying to go over my OO Patterns book, and I decided to try to implement them in Python this time around. I figured this would help me learn the language better. Well, I've gotten stuck with my first go at OO patterns with Python. I guess it goes without say that some of th

Re: Put a file on an ftp server over ssl

2005-05-10 Thread Daniel Santa Cruz
Sorry Jp, I was using the google client, and it does not automagically put reply marks on the message one is replying too. I'm just a bit frustrated that such a seemingly simple task to get so complicated very easily. I do appreciate your input! Just wish someone had already done it and shared

Re: Put a file on an ftp server over ssl

2005-05-10 Thread Daniel Santa Cruz
I looked briefly at this option, but it seems to me that I would have to learn a whole architecture just to put a file on an ftp server. Seems like a bit much, don't you think? Daniel -- http://mail.python.org/mailman/listinfo/python-list

Put a file on an ftp server over ssl

2005-05-10 Thread Daniel Santa Cruz
Hello all! I have been troubled for the past couple of days trying to write a simple script that sends a file to an ftp server. It used to be the easiest thing in the world, but now the server has changed to a ftps (ftp over ssl) server. All of the sudden, the world has come to a crawling stop.