Is it possible to create an FTP client using Javascript?
I need to get a web page to connect to a webserver and upload some large files via FTP protocol.
MIME encoded POST method via HTTP is not an option.
So am looking for an alternative, I'd like to write something myself, as it's for a specific function, so full FTP features not needed.
I'm getting to the point where I might have no choice but to use FLASH or JAVA applets, but was hoping there was some way of using the FTP protocol and Javascript / AJAX to write the webapp.
Thoughts?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
I need to get a web page to connect to a webserver and upload some large files via FTP protocol.
MIME encoded POST method via HTTP is not an option.
So am looking for an alternative, I'd like to write something myself, as it's for a specific function, so full FTP features not needed.
I'm getting to the point where I might have no choice but to use FLASH or JAVA applets, but was hoping there was some way of using the FTP protocol and Javascript / AJAX to write the webapp.
Thoughts?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!