Assuming you're leaving open the SSH port (22) You might want to try using SFTP instead. It's more secure than FTP.
If you want to access it programmatically, you can do that using Apache Commons VFS. There are also some VFS Ant tasks that you can use to manage your files. Hope this helps, Mark On 4/26/07, nusa <[EMAIL PROTECTED]> wrote:
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 think about how to use http protocol for sending the data. 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 ? 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
