|
sherm
sherman


Registered: 10/02/03
Posts: 20,498
Loc: Euthanasia
|
script for uploading to ftp server through browser interface
#9749655 - 02/06/09 01:07 PM (14 years, 11 months ago) |
|
|
hello I not sure what im googling for here,
im looking for a script that lets someone upload files from their comp to my ftp (vsftpd) just one of those simple pages you go to ftp://blah > click upload file && stuff uploads
i thought that someone here might point me in the right direction.
i found this http://www.w3schools.com/PHP/php_file_upload.asp would modifying this to save to my ftp root directory be an acceptable thing to do?
-------------------- shroomery. not even once.
    
|
iateshaggy
i haxor 360s



Registered: 05/20/05
Posts: 4,707
Loc: 612 Warf Avenue, next to....
Last seen: 1 month, 8 days
|
Re: script for uploading to ftp server through browser interface [Re: sherm]
#9749738 - 02/06/09 01:28 PM (14 years, 11 months ago) |
|
|
i assume we are talking nix here. if they enter your ftp info in a file browser in the right format, then they can just drag and drop files like they were copying them from one folder to another.
ftp://user:pw@host:port/ can put path to specific directories and even files here
-------------------- You are a filipina sex goddess who wants to fuck me until I fall asleep, so then you can tickle my balls and see if the legend of my diamond filled nutsuck is true. I am a white man from costa rica, who smells like lime jello.
I can flash/jtag/repair 360's, pm for details.
Edited by iateshaggy (02/06/09 01:30 PM)
|
sherm
sherman


Registered: 10/02/03
Posts: 20,498
Loc: Euthanasia
|
Re: script for uploading to ftp server through browser interface [Re: iateshaggy]
#9754632 - 02/07/09 12:04 PM (14 years, 11 months ago) |
|
|
yes linux, sorry. debian linux with vsftpd. I have vsftpd working, and im trying to find a way to upload to to my ftp root through a browser. I found this ftp plugin for firefox http://fireftp.mozdev.org/, but don't want to use any sort of ftp client. i want to do this through a simple web interface ( click upload file> choose file from system> click OK)
does the ftp program play or need to play a part in the uploading, does it matter? am i looking for a way to make the browser interact with the ftp server, or do i just need a script that lets the user upload using an upload function similar to this php script located here http://www.w3schools.com/PHP/php_file_upload.asp
you can see that im lost thank you
-------------------- shroomery. not even once.
    
|
iateshaggy
i haxor 360s



Registered: 05/20/05
Posts: 4,707
Loc: 612 Warf Avenue, next to....
Last seen: 1 month, 8 days
|
Re: script for uploading to ftp server through browser interface [Re: sherm]
#9754796 - 02/07/09 12:50 PM (14 years, 11 months ago) |
|
|
ftp is built into your file browser. u don't need firefox for this at all. what u do is open your file browser, like the folder named "sherms home". put your ftp address/username/password in in the following format ftp://username:password@host:port/ and enter it into the location bar. it should log right into your ftp server via your file browser and u can just drag and drop files and folders easy as pie. if u have some files u wanna ftp to your friends, u can use that link and put the path to those files in the link and it will take them straight to it. this method also works for windoze vista, not sure about sp3 but it doesn't work for sp2.
-------------------- You are a filipina sex goddess who wants to fuck me until I fall asleep, so then you can tickle my balls and see if the legend of my diamond filled nutsuck is true. I am a white man from costa rica, who smells like lime jello.
I can flash/jtag/repair 360's, pm for details.
|
sherm
sherman


Registered: 10/02/03
Posts: 20,498
Loc: Euthanasia
|
Re: script for uploading to ftp server through browser interface [Re: iateshaggy]
#9754848 - 02/07/09 12:59 PM (14 years, 11 months ago) |
|
|
ohhh i see now thank you
-------------------- shroomery. not even once.
    
|
blink
eye of horus



Registered: 03/31/02
Posts: 11,349
Loc: Geographic Location (Stat...
|
Re: script for uploading to ftp server through browser interface [Re: iateshaggy]
#9778194 - 02/11/09 01:28 PM (14 years, 11 months ago) |
|
|
Quote:
iateshaggy said: ftp is built into your file browser.
Neither it nor firefox are completely standard compliant and mysterious issues that do arise with them are resolved with a real client or client library.
--------------------
|
|