Cannot FTP to Web Host or Server running cPanel/WHM No se puede FTP a la web de host o servidor corriendo 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. Si no puede no puede a un servidor FTP o FTP no puede a la web de acogida gestionados por cPanel / WHM (WebHost Manager), al igual que la mayoría de la conexión FTP falla porque el servidor FTP no se está ejecutando en el servidor. There are a few troubleshooting steps that can be taken to verify this problem. Hay algunos pasos que pueden adoptarse para verificar este problema.
- Log into your server using SSH. Acceda a su servidor mediante SSH.
- At the command line shell, type su - or su - root to have root access, if your server forbids direct login by root. En la línea de comandos de shell, escriba su - o su - a raíz tener acceso de root, si su servidor de acceso directo prohíbe de raíz.
- Run the following command: Ejecute el siguiente comando:
ftp localhost ftp localhost
- You will likely see the following fail message: Usted puede ver el siguiente mensaje no:
ftp:connect:Connection refused ftp:connect:Connection negado
This most likely mean that FTP server is not running, or the process has stalled and hanged. Esto significa más probable es que el servidor FTP no se está ejecutando, o el proceso se ha estancado y se ahorcó. In this case, try to restart FTP server. En este caso, pruebe a reiniciar el servidor FTP. WHM’s Restart Services section has the GUI restart button to easily restart FTP service. WHM Reinicie la sección de Servicios tiene el GUI botón para reiniciar fácilmente reiniciar el servicio FTP. Beside, ensure that ftpd service is not disabled in Service Manager. A lado de, garantizar que el servicio ftpd no se desconecta en 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. Si logras ver símbolo de login y el comando FTP conectado a localhost (127.0.0.1), el incapaz de FTP error puede deberse a la configuración de cortafuegos o la configuración de IPTABLES. If you recently made any changes to firewall, undo them to see if problem persists. Si acaba de hacer algún cambio a firewall, deshacer ellos para ver si el problema persiste.
- You can also manually check if FTP server is running or not, and which port it’s listening to. También puede comprobar manualmente si el servidor FTP está funcionando o no, y que el puerto es escuchar. In typical cPanel environment, normally the Pure-FTPd is installed as FTP server. En la disposición típica de cPanel medio ambiente, normalmente el Pure-ftpd se instala como servidor FTP. So to check if Pure-FTPd is running, issue the following command: Por lo tanto, para comprobar si Pure-ftpd se está ejecutando, ejecute el siguiente comando:
service pure-ftpd status servicio pure-ftpd estado
You should see something like below if FTP server is running: Debería ver algo como si por debajo de servidor FTP está en marcha:
pure-ftpd (pid 3302) is running...pure-ftpd (pid 3302) está corriendo ...
+------+---------+-------+------+--------------+------+---------+-------+------+--------------
| PID | Login |For/Spd| What | File/IP || PID | Entrar | Por / SPD | | Archivo / IP |
+------+---------+-------+------+--------------+------+---------+-------+------+-------------- - To verify which port Pure-FTPd is listening to, type following command. Para verificar que el puerto Pure-ftpd está escuchando, tipo comando siguiente. Normally FTP server should listen to port 21. Normalmente servidor FTP debe escuchar en el puerto 21.
lsof-i tcp:21 lsof-i tcp: 21
You should see something similar to the following text: Debería ver algo similar a lo siguiente texto:
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAMECOMMAND PID FD usuario tipo de dispositivo tamaño nombre de nodo
pure-ftpd 3302 root 4u IPv4 574378144 TCP *:ftp (LISTEN)pure-ftpd 3302 raíz 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. Si la conexión FTP remoto no problema persiste, pruebe para comprobar el error de cualquier indicio sobre la posible causa. To check the errors log for all message related to FTP, use following commands: Para comprobar el registro de errores para todos los mensajes relacionados con el FTP, utilice los comandos siguientes:
less /var/log/messages | grep pure-ftpd menos / var / log / messages | grep pure-ftpd
- You can now try to troubleshoot the errors, if any, that mentioned in the log file. Usted puede ahora tratar de solucionar los errores, si los hubiere, que se menciona en el archivo de registro.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Se trata de una máquina que traduzca la página se proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.
Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayudar a My Digital Life Forums Mi vida digital Foros .
Related Articles Artículos relacionados
- How to Allow FTP Users to Access to Out of Home Directory (chroot) Files and Folders ¿Permitir a usuarios de FTP para el acceso a la salida del directorio home (chroot), los archivos y carpetas
- How to Check if Telnet Is Running on a Server Cómo Telnet Compruebe si está corriendo en un servidor
- Microsoft Released FTP7 for Windows Server 2008 RC0 Microsoft liberará FTP7 para Windows Server 2008 RC0
- Apache Warn NameVirtualHost *:80 Has No VirtualHosts Error When Start Apache advertir NameVirtualHost *: 80 no tiene VirtualHosts error al comienzo
- Easily Set Up Web Server with XAMPP Fácil de configurar tu servidor con XAMPP
- How to Choose the Best Web Hosting Cómo elegir la mejor web hosting
- Unable to Connect to Internet in Virtual PC with NAT Shared Networking NAT on Windows XP Guest No es posible conectarse a Internet en Virtual PC con NAT NAT compartido de redes en Windows XP Invitado
- How to Change Hostname in cPanel Web Host Cómo cambiar la máquina en cPanel Web Host
- Using phpMyAdmin for Effective MySQL Management in Windows XP El uso de phpMyAdmin para una eficaz gestión de MySQL en Windows XP
- Install and Run IIS (Internet Information Services) Server 7 in Vista Instalar y ejecutar IIS (Internet Information Services) Server 7 en Vista
















January 22nd, 2008 14:45 22 de enero de 2008 14:45
Great. Gran. this helped me out. esto me ayudó a cabo. The only problem is, I have to reboot the FTP service after every system reboot. El único problema es, tengo que reiniciar el servicio de FTP después de cada reinicio del sistema. Is this normal? ¿Es esto normal? Why isn’t the FTP service starting automatically? ¿Por qué no es el tipo de FTP, a partir automáticamente?