Cannot FTP to Web Host or Server running cPanel/WHM Tidak bisa FTP ke Web Host atau Server menjalankan 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. Jika Anda tidak bisa tidak bisa untuk FTP server atau tidak bisa FTP ke host web yang dikelola oleh cPanel / WHM (webhost Manager), sebagian besar seperti koneksi FTP gagal karena server FTP tidak berjalan di server. There are a few troubleshooting steps that can be taken to verify this problem. Ada beberapa langkah-langkah pemecahan masalah yang dapat diambil untuk memverifikasi masalah ini.
- Log into your server using SSH. Login ke server menggunakan SSH.
- At the command line shell, type su - or su – root to have root access, if your server forbids direct login by root. Pada baris perintah shell, ketik su - atau su - root untuk memiliki akses root, jika server anda melarang login langsung oleh root.
- Run the following command: Jalankan perintah berikut:
ftp localhost ftp localhost
- You will likely see the following fail message: Anda mungkin akan melihat pesan gagal berikut:
ftp:connect:Connection refused ftp:connect:Connection menolak
This most likely mean that FTP server is not running, or the process has stalled and hanged. Kemungkinan besar ini berarti bahwa server FTP tidak aktif, atau proses telah terhenti dan digantung. In this case, try to restart FTP server. Dalam hal ini, cobalah untuk me-restart server FTP. WHM's Restart Services section has the GUI restart button to easily restart FTP service. WHM's Restart Services bagian memiliki tombol restart GUI dengan mudah me-restart layanan FTP. Beside, ensure that ftpd service is not disabled in Service Manager. Disamping, memastikan bahwa layanan ftpd tidak dinonaktifkan dalam 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. Jika Anda mengatur untuk melihat prompt login dan perintah FTP terhubung ke localhost (127.0.0.1), yang tidak mampu FTP kesalahan mungkin karena pengaturan firewall atau konfigurasi IPTABLES. If you recently made any changes to firewall, undo them to see if problem persists. Jika Anda baru saja membuat perubahan apapun firewall, membatalkan mereka untuk melihat apakah masalah terus berlanjut.
- You can also manually check if FTP server is running or not, and which port it's listening to. Anda juga dapat secara manual memeriksa apakah server FTP sedang berjalan atau tidak, dan yang port itu mendengarkan. In typical cPanel environment, normally the Pure-FTPd is installed as FTP server. CPanel khas lingkungan, biasanya Pure-ftpd terinstal sebagai server FTP. So to check if Pure-FTPd is running, issue the following command: Jadi, untuk memeriksa apakah Pure-ftpd sedang berjalan, lakukan perintah berikut ini:
service pure-ftpd status pure-ftpd layanan status
You should see something like below if FTP server is running: Anda akan melihat sesuatu seperti di bawah ini jika FTP server yang digunakan:
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. Memverifikasi yang port Pure-ftpd adalah mendengarkan, ketik perintah berikut. Normally FTP server should listen to port 21. Biasanya server FTP harus mendengarkan port 21.
lsof-i tcp:21 lsof-i tcp: 21
You should see something similar to the following text: Anda harus melihat sesuatu yang mirip dengan teks berikut:
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. Jika sambungan gagal FTP remote masalahnya masih ada, cobalah untuk memeriksa kesalahan untuk setiap petunjuk tentang kemungkinan penyebab. To check the errors log for all message related to FTP, use following commands: Untuk memeriksa log kesalahan untuk semua pesan yang terkait dengan FTP, gunakan perintah berikut:
less /var/log/messages | grep pure-ftpd less / var / log / messages | grep pure-ftpd
- You can now try to troubleshoot the errors, if any, that mentioned in the log file. Anda sekarang dapat mencoba memecahkan masalah kesalahan, jika ada, yang disebutkan dalam file log.
IMPORTANT : The page is machine translated and provided "as is" without warranty. PENTING: Halaman ini adalah mesin diterjemahkan dan diberikan "sebagaimana adanya" tanpa jaminan. Machine translation may be difficult to understand. Terjemahan mesin mungkin sulit untuk mengerti. Please refer to Silakan merujuk ke original English article artikel asli bahasa Inggris whenever possible. bila memungkinkan.
Related Articles Artikel Terkait
- How to Change Hostname in cPanel Web Host Bagaimana Mengubah Hostname di cPanel Web Host
- Restore Full Backup or cpmove File in cPanel Web Host Restore Full Backup atau cpmove File di cPanel Web Host
- How to Check if Telnet Is Running on a Server Bagaimana Periksa apakah Berjalan pada Telnet Apakah Server
- cPanel Update (upcp) Is Already Running Problem cPanel Update (upcp) Apakah Sudah Menjalankan Soal
- Auto Delete Forwarded Emails in cPanel Web Host Auto Hapus Forwarded Email di cPanel Web Host
- How to Add IP Addresses to Server with cPanel WebHost Manager (WHM) Bagaimana Alamat IP Tambahkan ke Server dengan cPanel webhost Manager (WHM)
- How to Restart (Stop or Start) cPanel Service (cpsrvd) via Telnet or SSH Cara Restart (Berhenti atau Mulai) cPanel Service (cpsrvd) melalui Telnet atau SSH
- Download Key Management Service (KMS Host) for Windows Server 2003 Download Key Management Service (KMS Host) untuk Windows Server 2003
- Cannot Display the Webpage and Host/Server Not Found or Available Error – EnablePMTUDiscovery MTU Fix Cannot Display the Webpage dan Host / Server Tidak Ditemukan atau Tersedia Error - Fix EnablePMTUDiscovery MTU
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager Perbaiki Internal Server Error Ketika Mengakses Mudah Apache di cPanel WebHosting Manager










































March 28th, 2009 01:48 28 Maret 2009 01:48
I find that the majority of the time the issue is really the firewall. Saya menemukan bahwa mayoritas waktu masalah sebenarnya adalah firewall. When brute forces are detected and locked out the account is locked and IP is placed on the firewall block list. Ketika pasukan kejam terdeteksi dan terkunci di luar rekening terkunci dan IP ditempatkan pada daftar blok firewall. Often, that IP needs to be manually removed to enable FTP access. Sering kali, yang perlu IP secara manual dihapus untuk mengaktifkan akses FTP. I've found this being very common in hosting servers. Saya telah menemukan hal ini menjadi sangat umum di server hosting. So… don't forget to check the firewall too! Jadi ... jangan lupa untuk memeriksa firewall juga!
January 22nd, 2008 14:45 22 Januari 2008 14:45
Great. Hebat. this helped me out. ini membantu saya keluar. The only problem is, I have to reboot the FTP service after every system reboot. Satu-satunya masalah adalah, saya harus reboot layanan FTP setelah setiap sistem reboot. Is this normal? Apakah ini normal? Why isn't the FTP service starting automatically? Mengapa tidak memulai layanan FTP secara otomatis?