is there anyone who knows how i make a java scripot based ftp uploading thing? tnx already
ftp upload
i dont think its possible with javascript. i have come across few which was done using asp and php.
just use IE for ftp. why all the compications... unless of course you are creating members for your site.
just use IE for ftp. why all the compications... unless of course you are creating members for your site.
I'm using an ftp plugin for Firefox called FireFTP that might work well for you. I've tried a couple javascript based ftps on other hosts and none seemed to work really well.
If you want to give it a shot you can download it here:
http://fireftp.mozdev.org/
If you want to give it a shot you can download it here:
http://fireftp.mozdev.org/
hi I know of this site
www.net2ftp.com
they use js and php
their source is also available through their site
Search for ftp client in the php section of pscode.com and you should find some good code their also
www.net2ftp.com
they use js and php
their source is also available through their site
Search for ftp client in the php section of pscode.com and you should find some good code their also
You can use JavaScript with some sort of backend like PHP or ASP, but not JavaScript alone. The reason is JavaScript has little to no socket usage. (I say little because some webbrowsers might [stupidly] add some sort of commands for sockets) You can use JavaScript to post the file (provided it sends the right content type) to something that will handle the upload to an FTP server.
the best deal
http://www.net2ftp.com
download the script and install it in a protected directory and you are done
http://www.net2ftp.com
download the script and install it in a protected directory and you are done
javascript can only be used as a front-end, to make a nice interface. The real work needs to be done by a server-side script, like perl, python, ruby or PHP
i think you should use php.
If you want to upload using FTP then use FileZilla a FTP client.If it is anything else I don't know what you are talking about.
I tried many free web host, a lot of them used cPanel, ftp sofware are net2ftp. It support many languages.
Related topics
