M
moo moo
I need to allow my web site visitors to upload an image. The image will
be stored on a different server to my web server (different domain in
fact). I was planning to programmatically ftp the image files over from
the web server to the image server, in the servlet responding to the
upload request. Ive not used ftp like this before and Im wondering
whether this is a good idea or not (alternative is to use HTPP I guess
but I much prefer ftp solution if possible)
If it is ok, as connecting to the ftp server takes time I was thinking
about managing a pool of client ftp connections. Is this going to be
possible?
b.t.w. Ive opted for edtFTPj FTP java client :
http://www.enterprisedt.com
be stored on a different server to my web server (different domain in
fact). I was planning to programmatically ftp the image files over from
the web server to the image server, in the servlet responding to the
upload request. Ive not used ftp like this before and Im wondering
whether this is a good idea or not (alternative is to use HTPP I guess
but I much prefer ftp solution if possible)
If it is ok, as connecting to the ftp server takes time I was thinking
about managing a pool of client ftp connections. Is this going to be
possible?
b.t.w. Ive opted for edtFTPj FTP java client :
http://www.enterprisedt.com