Cannot FTP to Web Host or Server running cPanel/WHM Can't FTP to Tkanje Domaćin ili Poslužitelj trčanje cPanel / WHM
If you cannot cannot to FTP server or cannot FTP to the web host managed by cPanel/WHM (WebHost Manager), most like the FTP connection fails because the FTP server is not running on the server. Ako ne možete da se ne može FTP server FTP ili ne može na web host upravlja cPanel / WHM (webhost Manager), kao i većina FTP veza ne uspije, jer FTP server nije pokrenut na poslužitelju. There are a few troubleshooting steps that can be taken to verify this problem. Postoji nekoliko koraka za rješavanje problema koji se mogu poduzeti kako bi potvrdili ovaj problem.
- Log into your server using SSH. Prijavite se na svoj poslužitelj koristeći SSH.
- At the command line shell, type su - or su - root to have root access, if your server forbids direct login by root. U naredbenom retku ljuske, vrsta su - ili su - root root pristup da se, ako vaš poslužitelj zabranjuje direktnu prijavu korijen.
- Run the following command: Pokrenite sljedeću naredbu:
ftp localhost ftp localhost
- You will likely see the following fail message: Te htijenje najvjerojatnije vidjeti sljedeće fail poruku:
ftp:connect:Connection refused ftp:connect:Connection odbio
This most likely mean that FTP server is not running, or the process has stalled and hanged. To najvjerojatnije znači da je FTP server nije pokrenut ili je postupak stalled i objesiše. In this case, try to restart FTP server. U ovom slučaju, probati za ponovno pokretanje FTP poslužitelja. WHM's Restart Services section has the GUI restart button to easily restart FTP service. WHM's Ponovo Usluge odjeljak ima restart GUI dugme za restart lako FTP servis. Beside, ensure that ftpd service is not disabled in Service Manager. Osim, osigurati da usluga nije ftpd onemogućen u Service Manager.
If you manage to see login prompt and the FTP command connected to localhost(127.0.0.1), the unable to FTP error may be due to the firewall setting or IPTABLES configuration. Ako uspijete vidjeti login prompt i komandom FTP spojeni na localhost (127.0.0.1), nisu u mogućnosti da se FTP greška svibanj se radi na postavljanju vatrozida ili IPTABLES konfiguraciji. If you recently made any changes to firewall, undo them to see if problem persists. Ako ste nedavno napravili nikakve promjene firewall, raspakirati ih vidjeti ako problem ponavlja.
- You can also manually check if FTP server is running or not, and which port it's listening to. Također možete ručno provjerite je li FTP server je pokrenut ili ne, i koji port je slušanje. In typical cPanel environment, normally the Pure-FTPd is installed as FTP server. U tipičnom cPanel okoliša, inače Pure-FTPd je instaliran kao FTP server. So to check if Pure-FTPd is running, issue the following command: Pa to ček ako Pure-FTPd je pokrenut, donijeti sljedeću naredbu:
service pure-ftpd status usluga čista-ftpd status
You should see something like below if FTP server is running: Trebali biste vidjeti nešto slično dole ako FTP poslužitelj je trčanje:
pure-ftpd (pid 3302) is running...
+------+---------+-------+------+--------------
| PID | Login |For/Spd| What | File/IP |
+------+---------+-------+------+-------------- - To verify which port Pure-FTPd is listening to, type following command. Da biste provjerili koje luke Pure-FTPd se sluša, upišite sljedeću naredbu. Normally FTP server should listen to port 21. FTP server normalno trebali slušati port 21.
lsof-i tcp:21 lsof-i TCP: 21
You should see something similar to the following text: Trebali biste vidjeti nešto slično na sljedeći tekst:
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
pure-ftpd 3302 root 4u IPv4 574378144 TCP *:ftp (LISTEN) - If the remote FTP connection fails problem still exists, try to check the error for any hint on possible cause. Ako se veza ne uspije daljinsko FTP problem i dalje postoji, pokušajte provjeriti error za bilo koji savjet o mogućim uzrok. To check the errors log for all message related to FTP, use following commands: Za provjeru grešaka klada za sve poruke vezane za FTP, koristite sljedeću naredbu:
less /var/log/messages | grep pure-ftpd manje / var / log / poruka | grep-čista ftpd
- You can now try to troubleshoot the errors, if any, that mentioned in the log file. Sada možete pokušati otkloniti greške, ako ih ima, koji se spominje u log datoteku.
IMPORTANT : The page is machine translated and provided "as is" without warranty. VAŽNO: Na stranici je stroj prevedeno i dostavlja "kakav je" sa garantni. Machine translation may be difficult to understand. Strojno prevođenje svibanj biti teško za razumjeti. Please refer to Molimo pogledajte original English article Engleski originalni članak whenever possible. kad god je to moguće.
Related Articles Povezani članci
- How to Change Hostname in cPanel Web Host Kako promijeniti računala u cPanel Web Host
- Restore Full Backup or cpmove File in cPanel Web Host Vratiti Pun Sigurnosna kopija ili cpmove Varalica in cPanel Web Host
- How to Check if Telnet Is Running on a Server Kako to ček ako Telnet je pokrenut na poslužitelju
- cPanel Update (upcp) Is Already Running Problem cPanel Ažurirati (upcp) već se izvodi Problem
- Auto Delete Forwarded Emails in cPanel Web Host Auto Izbrisati E-Proslijeđena u cPanel Web Host
- How to Add IP Addresses to Server with cPanel WebHost Manager (WHM) Kako dodati IP adrese servera sa cPanel webhost Manager (WHM)
- How to Restart (Stop or Start) cPanel Service (cpsrvd) via Telnet or SSH Kako Restart (Stop ili Start) cPanel Service (cpsrvd) preko Telnet ili SSH
- Download Key Management Service (KMS Host) for Windows Server 2003 Download Key Management Service (KMS Domaćin) za Windows Server 2003
- Cannot Display the Webpage and Host/Server Not Found or Available Error - EnablePMTUDiscovery MTU Fix Ne može prikazati web stranicu i Host / server ili Available Not Found Error - EnablePMTUDiscovery MTU Fix
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager Škripac Internal Server Error Kada Pristup Easy Apache u WebHosting cPanel Manager










































March 28th, 2009 01:48 28. ožujak 2009 01:48
I find that the majority of the time the issue is really the firewall. JA nađi prema da je većinu vremena pitanje je stvarno vatrozida. When brute forces are detected and locked out the account is locked and IP is placed on the firewall block list. Kada se otkrije gruba sila i zaključan vanjska račun je zaključan i IP se nalazi na firewall block list. Often, that IP needs to be manually removed to enable FTP access. Često IP da treba ručno uklanja kako bi se omogućilo FTP pristup. I've found this being very common in hosting servers. Ive 'postaviti ovaj bitak vrlo česte u hosting serverima. So… don't forget to check the firewall too! Pa ... da ne zaboravite da provjerite firewall previše!
January 22nd, 2008 14:45 22 sij 2008 14:45
Great. Velik. this helped me out. ovo mi je pomogla. The only problem is, I have to reboot the FTP service after every system reboot. Jedini problem je, moram ponovno podizanje sustava FTP servis nakon svaki ponovno podizanje sustava sistem. Is this normal? Je li to normalna? Why isn't the FTP service starting automatically? Zašto se ne starta automatski FTP servisa?