Click to See Complete Forum and Search --> : FTP using javascript


Caliban
11-26-2003, 04:46 PM
Hi y'all, JS gurues!
Does anyone know if there's a piece of code which lets me send a file from my PC to another machine, via FTP?
I'm using PHP, but PHP is server-side (so, the file needs to be on the webserver in order to send it by ftp)
and I need to send it directly from my PC to the other machine.

Is that possible?

Thanx in advance.

fredmv
11-26-2003, 04:51 PM
Client-side JavaScript cannot send files across a network so therefore it simply isn't possible.