Re: How to delete a directory tree in FTP

2006-08-17 Thread tobiah
I thought that the plain ftp command 'mdel' would do that. T wrote: > I connect to a FTP server which can be either unix or windows server. > Once in the FTP session, I would like to delete a directory tree on the > server. Is there a command that will do this? If not, can someone > point me to

Re: How to delete a directory tree in FTP

2006-08-17 Thread T
That looks useful. Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: How to delete a directory tree in FTP

2006-08-16 Thread ray223
T wrote: > I connect to a FTP server which can be either unix or windows server. > Once in the FTP session, I would like to delete a directory tree on the > server. Is there a command that will do this? If not, can someone > point me to a right direction? > > Thanks! Have a look at rmtree in ftp

Re: How to delete a directory tree in FTP

2006-08-16 Thread hiaips
T wrote: > I connect to a FTP server which can be either unix or windows server. > Once in the FTP session, I would like to delete a directory tree on the > server. Is there a command that will do this? If not, can someone > point me to a right direction? > > Thanks! Oops...just noticed that yo

Re: How to delete a directory tree in FTP

2006-08-16 Thread hiaips
T wrote: > I connect to a FTP server which can be either unix or windows server. > Once in the FTP session, I would like to delete a directory tree on the > server. Is there a command that will do this? If not, can someone > point me to a right direction? > > Thanks! Try using an "FTP" object f

How to delete a directory tree in FTP

2006-08-16 Thread T
I connect to a FTP server which can be either unix or windows server. Once in the FTP session, I would like to delete a directory tree on the server. Is there a command that will do this? If not, can someone point me to a right direction? Thanks! -- http://mail.python.org/mailman/listinfo/pyth