Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PHP File Downloader?
Name: Coliver Date: July 11, 2005 at 00:26:35 Pacific OS: XP CPU/Ram: 512 / 2.6 GGHZ
Comment:
Hello Forums:
I'm looking for a tool / utility that allows the downloading of a PHP file directly from a website, does such one exist? I recently lost FTP access to my website and I need to retrieve some files for referencing, but I can't download the original copies of the PHP file (As I cannot view source)
Name: Michael J (by mjdamato) Date: July 11, 2005 at 08:13:37 Pacific
Reply:
I'm sure there is such a thing, BUT as Laler alluded to it would not be an "external" tool. You would need to install it on the web server to make it work. For example a PHP page that lets you navigate the directories and select files to download (of course, it would need to have very good security). However, since you do not have FTP access to upload such a tool, you're still out of luck.
Michael J
0
Response Number 3
Name: kk7av Date: July 11, 2005 at 10:43:31 Pacific
Reply:
Hopefully you still have telnet, ssh, or sftp access! If so, just login and transfer the files to some other host. If not, I'd have them e-mail you your files, and then promptly find a "real" hosting provider!
k_Rob - kk7av
0
Response Number 4
Name: Laler Date: July 11, 2005 at 11:50:00 Pacific
Reply:
did I sounds rude? :D
I see someone who wants to "downloading of a PHP file directly from a website" because of "lost FTP access to my website" is fishy :D
If you really lost ftp while you have no other means to access the server, then I'm sorry for being rude :D
Name: Coliver Date: July 12, 2005 at 10:21:05 Pacific
Reply:
I am with a private webhoster because I get it for free. There was a problem with the FTP server I could not connect to my webspace. I managed to find a copy of the PHP file in my Temp. Internet Files on my hard drive. Problem solved.
Summary: hi I am new to php. I found a script on this site using a php file to download pdf. I keep getting Bad access attempt message below is the code. I have turn php safe mode off. Permissions to 755 on ...
Summary: "I did a lot of google and read in several forums that IE on Mac ignores the Content-disposition header." That's a notorious (and now older) browser. I've heard of (and seen) code that forces a file ...
Summary: oh, or also. if nobody is willing to let me use their ftp, then can someone tell me if i can just use the php files via ethernet and instead of sending the files over the internet back to the server, ...