Re: Design issue : how to replace ftp

2007-04-27 Thread Thorbjørn Ravn Andersen
nusa skrev den 26-04-2007 21:31: The current application is not only to ftp a file, but it creates dir and subdir on the destination server. How can I achieve that using http protocol ? Is this a good idea using http ? Or any a better one Sounds like WebDAV - you will need the http server

Design issue : how to replace ftp

2007-04-26 Thread nusa
. -- View this message in context: http://www.nabble.com/Design-issue-%3A-how-to-replace-ftp-tf3653679.html#a10207247 Sent from the Commons - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Design issue : how to replace ftp

2007-04-26 Thread Mark Fortner
a better one ? Thanks for your suggestions. -- View this message in context: http://www.nabble.com/Design-issue-%3A-how-to-replace-ftp-tf3653679.html#a10207247 Sent from the Commons - User mailing list archive at Nabble.com

Re: Design issue : how to replace ftp

2007-04-26 Thread Mario Ivankovits
Hi! The current application is not only to ftp a file, but it creates dir and subdir on the destination server. How can I achieve that using http protocol ? Is this a good idea using http ? Or any a better one ? Not sure if HTTP only is able to do all this, nor if there is a library which

Design issue : how to replace ftp

2007-04-26 Thread Benoit Aumars
Hi, I was given a task to replace an existing application which uses FTPClient to send a file from one server to another one. The main reason for replacemtn is because we want to close the port that is currently use by that ftp. In the future only port 80 will be opened. It means, I need to