Is their any way not expose B-server directly?
curl FTP file Upload
(13 posts) Great offers for webmaster, blogger and web developer!-
Posted 1 year ago #
-
Not really, http headers are mostly traceable, but you can redirect the URL via .htaccess using mod_rewrite.
zrox, this is not related to this topic anymore if you have further questions please open a new thread
Posted 1 year ago # -
Replying am I? Christ knows to what?
Looked up php source, went through your silly register rubbish, didn't want any of your shit except code. Can't find download link.
A main menu that looks like someone ate alphabet soup and threw up.
Maybe when people match your site you should say "waste your life signing up" menu written by a school kid (visually impaired) "can't find a bloody thing" and then you thank me for signing up to something you forced me to, in the first place, just to look for something I can't even find.
Where the hell are the download links where is the software, all I get is a bunch of morons discussing their Sesame Street knowledge.
Thanks for wating my time?
Posted 1 year ago # -
ANYWAY!!! I think this is a fantastic idea and it's perfect for what I need, Just a few tweaks needed if you'd kindly give me a hand anyone.
Firstly I've added User name and Password to the form :-
<p align="center"><span class="style3">Username:</span><input name="username" type="text" /></p> <p align="center"><span class="style3">Password:</span><input name="password" type="password" /></p>So as you can guess id like the curl to log-in to the FTP with the UN and Pass they supply. something like:-
curl_setopt($ch, CURLOPT_URL, 'ftp://[username]:[password]@myftp.com/'.$_FILES['upload']['name']);Also me being a pain, would like some info on sticking different security ideas to it, like file types and so on. but that's for another day I think
Thanks in advance people.
Posted 1 week ago #
Reply
You must log in to post.