The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[SOLVED] Remote FTP File Upload
Hi All,
I'm trying to make a image host for my members. Because I just moved hosts, I still have some time left on the "old" one. So, I was thinking I'll use it for the image host uploads. I got this code from php.net an I keep getting this error: Warning: ftp_login() expects parameter 1 to be resource, boolean given in /home/myusername/public_html/imghost/_upload.php on line 16 FTP connection has failed! Attempted to connect to myftpserver.com for user imghost@mysite.com and the source: PHP Code:
- Pc1203 |
#2
|
||||
|
||||
This means that ftp_connect() fails and returns false. Is your port 21? If not, specify another one in the second parameter of ftp_connect(). Does your server maybe have another FTP subdomain such as ftp.your-domain.com ?
Think what else could be the reason that the script cannot connect to your host. Compare the values you use here with the values of your FTP client which you usually use to transfer your files. |
#3
|
|||
|
|||
Well, the FTP is on port 21. The server does not have a FTP subdomain. I'll think of more ways, though.
- Pc1203 |
#4
|
||||
|
||||
If you use the same values you're using here, in your FTP client which you usually use to transfer your files... does it work?
|
#5
|
|||
|
|||
I just used the same details. The FTP Client worked but the file didn't.
- Pc1203 |
#6
|
|||
|
|||
BUMP...
- Pc1203 |
#7
|
|||
|
|||
Use the code from the PHP manual example for ftp_connect so you'll know that the host failed.
PHP Code:
|
#8
|
|||
|
|||
Never mind guys. I just found out the problem. Thanks for your help!
- Pc1203 |
#9
|
||||
|
||||
Mind sharing the solution, in case someone else has the same problem?
|
#10
|
|||
|
|||
Actually, it was a host problem. I didn't check that their FTP was down for an amount of time. My Lesson: Check before you ask
- Pc1203 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|