Cannot FTP to Web Host or Server running cPanel/WHM 또는 서버를 실행 수없는 웹 호스팅 서버에 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. 을 수없는 수없는 경우 또는 수없는 서버의 웹 호스팅 서버에 의해 관리 cpanel / whm (웹 호스트 관리자), 대부분의 마음에 FTP를 연결에 실패하기 때문에 서버에있는 서버가 실행되고 있지 않습니다. There are a few troubleshooting steps that can be taken to verify this problem. 몇 가지 문제 해결 단계를 취할 수가이 문제를 확인합니다.

  1. Log into your server using SSH. 쉿을 사용하여 서버에 로그인할합니다.
  2. At the command line shell, type su - or su - root to have root access, if your server forbids direct login by root. 커맨드 라인에서 쉘, 유형 스 - 또는 스 - 루트가 루트 액세스 권한이 직접적으로 로그인하여 귀하의 서버 루트을 금지합니다.
  3. Run the following command: 다음 명령을 실행합니다 :

    ftp localhost FTP를 로컬 호스트

  4. You will likely see the following fail message: 다음과 같은 내용의 전망이 실패 메시지 :

    ftp:connect:Connection refused ftp:connect:connection 거부

    This most likely mean that FTP server is not running, or the process has stalled and hanged. 대부분의 뜻이 서버가 실행되고 있지 않습니다, 또는이 과정이 교착 상태 및 교수형합니다. In this case, try to restart FTP server. 이 경우에는 서버를 다시 시작하려고합니다. WHM’s Restart Services section has the GUI restart button to easily restart FTP service. whm의 그래픽 사용자 인터페이스를 다시 시작 버튼을 다시 시작합니다 서비스 섹션은 서비스를 쉽게 FTP를 다시 시작합니다. Beside, ensure that ftpd service is not disabled in 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. 로그인 프롬프트를 표시 및 관리하는 경우 FTP를 명령으로 로컬 호스트에 연결 (127.0.0.1), FTP를 수없습니다으로 인해 오류가 발생할 수있습니다 iptables의 방화벽 설정 또는 구성합니다. If you recently made any changes to firewall, undo them to see if problem persists. 만약 귀하 께서 최근에 변경을 한 적이 있습니까 방화벽, 그들을 참조하면 문제가 해결되지 취소합니다.

  5. You can also manually check if FTP server is running or not, and which port it’s listening to. 또한 서버가 실행되고 있는지 확인 여부를 수동으로, 그리고 어떤 포트 그게을 듣고있습니다. In typical cPanel environment, normally the Pure-FTPd is installed as FTP server. 전형적인 cpanel 환경, 일반적으로 순수 - 데비안 설치 프로그램은 서버로 설치합니다. So to check if Pure-FTPd is running, issue the following command: 순수 - 데비안 설치 프로그램이 실행되고 있는지 확인 위해서, 문제를 다음과 같은 명령 :

    service pure-ftpd status 서비스를 순수 - 데비안 설치 프로그램 상태

    You should see something like below if FTP server is running: 다음과 같은 내용을 서버가 실행되고 경우 :


    pure-ftpd (pid 3302) is running... 순수 - 데비안 설치 프로그램 (pid 3302)이 실행되고 ...
    +------+---------+-------+------+-------------- +------+---------+-------+------+--------------
    | PID | Login |For/Spd| What | File/IP | | pid | 로그인 |에 대한 / spd | 무엇 | 파일 / ip |
    +------+---------+-------+------+-------------- +------+---------+-------+------+--------------

  6. To verify which port Pure-FTPd is listening to, type following command. 가 수신하는 포트를 확인하려면 순수 - 데비안 설치 프로그램에 다음과 같은 명령을 입력합니다. Normally FTP server should listen to port 21. 일반적으로 서버 포트 21을 들어야합니다.

    lsof-i tcp:21 lsof - 나는 tcp : 21

    You should see something similar to the following text: 다음과 같은 텍스트를 참조로 이와 유사한 어떤 것을해야합니다 :


    COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME pid 명령을 사용자 입력 장치 크기를 노드 이름 fd
    pure-ftpd 3302 root 4u IPv4 574378144 TCP *:ftp (LISTEN) 3302 데비안 설치 프로그램의 IPv4 루트 프로세서 순수 - 574,378,144 tcp * : FTP를 (듣기)

  7. If the remote FTP connection fails problem still exists, try to check the error for any hint on possible cause. 원격 FTP를 연결에 실패하면 문제가 계속 존재하는 한 어떠한 힌트 시도에 오류가를 확인하는 원인합니다. To check the errors log for all message related to FTP, use following commands: 모든 메시지를 확인하는 오류를 로그에 관련하여 FTP를하려면 다음과 같은 명령 :

    less /var/log/messages | grep pure-ftpd 적은 / 변수 / 로그 / 메시지 | grep 순수 - 데비안 설치 프로그램

  8. You can now try to troubleshoot the errors, if any, that mentioned in the log file. 문제를 해결하려고 할 수있습니다 오류가있는 경우, 그것의 로그 파일에 언급된합니다.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 사항 : 이것은 기계 번역 페이지는 "있는 그대로"제공하지 않고 보증합니다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 를 참조하시기 바랍니다 original English article 원래 영어 자료 whenever possible. 언제 수있습니다.

Share and contribute or get technical support and help at 를 공유하고 기술 지원 및 도움을 공헌하지 않는다면 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.



One Response to “Cannot FTP to Web Host or Server running cPanel/WHM” 한 반응을 "할 수 없다 실행하는 서버에 웹 호스트 또는 서버 cpanel / whm"

  1. Todd 토드
    January 22nd, 2008 14:45 2008년 1월 22일 14:45
    1

    Great. great. this helped me out. 이 날 도와합니다. The only problem is, I have to reboot the FTP service after every system reboot. 유일한 문제는, 나 FTP를 서비스를 재부 팅합니다 때마다 시스템을 다시 부팅합니다. Is this normal? 이것도 정상인가요? Why isn’t the FTP service starting automatically? FTP를 서비스를 자동으로 시작하지 않는 이유는 무엇입니까?

Leave a Reply 남길 회신

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 이러한 태그를 사용할 수있습니다 : <a href="" title=""> <acronym title=""> <abbr title=""> <blockquote cite=""> <b> <cite> <code> <델 날짜 = ""> <em> <i> <strike> '<q cite="">

Subscribe without commenting 논평없이 구독 신청
이메일


Custom Search

New Articles 새로운 기사

Incoming Search Terms for the Article 이 문서에 대한 검색어를 수신

WHM FTP FTP를 whm - - nod32 ftp 32 FTP를 - - WHM set ftp access FTP를 whm 액세스 설정 - - whm root ftp FTP를 뿌리 whm - - cpanel ftp port FTP를 포트를 cpanel - - cannot logon to web host server 웹 호스팅 서버 로그온을 수 없다 - - User cannot FTP FTP를 이용할 수없습니다 - - vista ftp connection refused 비스타 FTP를 연결이 거부됨 - - how to check if ftp is running FTP를가 실행되고 있는지 확인하는 방법을 - - troubleshooting web host manager FTP 웹 호스팅 관리자를 FTP를 해결 - - cant connect iphone pure ftpd 데비안 설치 프로그램 연결할 수 없다 순수한 iphone - - check if ftp server is running 서버가 실행되고 있는지 확인 - - cpanel ftp "port 21" FTP를 cpanel "포트 21" - - cpanel transfer su root cpanel 전송 스 루트 - - ftp: connect :Connection refused in VISTA ftp:connect : 연결이 거부됨의 비스타 - - ftp server connection refuse 서버 접속을 거부 - - smart 3g te connection fail 스마트 3 세대 소식 연결 실패 - - vista ftp login error 비스타 FTP를 로그인 오류 - - whm transfer Public Key (default) whm 송금 공개 키 (기본) - - whm prevent users from accessing other folders 다른 폴더에 액세스하는 사용자를 방지하기 whm - - adobe contribute + chroot ftp server adobe 공헌 + chroot 서버 - - printer ftp connection refused 프린터를 FTP를 연결이 거부됨 - - vista ftp problem FTP를 문제 비스타 - - cpanel port 80 not running cpanel을 실행하지 않는 포트 80 - - cpanel "ftp setup" cpanel "FTP를 설정" - - cpanel ftp login problem FTP를 로그인 문제를 cpanel - - how to check ftp is running FTP를 확인하는 방법이 실행되고 - - how to find if ftp server is running on a site 서버를 찾는 방법이 실행되고있는 경우에 사이트 - - reboot cpanel server from SSH 쉿 cpanel에서 서버를 재부 팅 - - su root cannot FTP to server 서버에 서버 루트 수없는 스 - - vista pure-ftpd not working 비스타 순수 - 데비안 설치 프로그램 작동하지 않습니다 - - whm server ftp FTP를 whm 서버 - - check if pureftp is running pureftp가 실행되고 있는지 확인 - - cpanel allow other server to connect ftp FTP를 다른 서버에 연결할 수 cpanel - - how to active cpanel in localhost ? cpanel을 활성화하는 방법을 로컬 호스트가? - - how to restart ftp windows server 2008 FTP를 windows 서버 2008을 다시 시작하는 방법 - - whm system reboot command from shell 시스템을 다시 부팅 명령을 셸 whm - - "Connection refused " whm "연결이 거부되었습니다"라는 whm - - مشكلة Apache is working on your cPanel® and WHM™ Server مشكلة 아파치는 서버로 작업을하고 cpanel ® 및 ™ whm - - cannot ftp through live onecare FTP를 통해 OneCare를 살 수 없다 - - cpanel ftp problems pureftp FTP를 pureftp 문제를 cpanel - - nod32+ftp 32 + FTP를 - - upload ftp to cpanel 서버에 업로드 cpanel - - cpanel change ftp port FTP를 포트를 변경 cpanel - - I cannot connect to my whm from my pc 의 내 whm 나는 내 컴퓨터에 연결할 수 없다 - - pure-ftpd conection refused 순수 - 데비안 설치 프로그램을 거부 회선 - - pureftpd connection refused pureftpd 연결이 거부됨 - - vmware update ftp iis Connection refused vmware 업데이 트를 FTP를 iis 연결이 거부됨 - - access ftp using root on cpanel using pure-ftpd FTP를 사용하여 루트에 액세스 순수 - 데비안 설치 프로그램을 사용 cpanel - - ftp open site command connection refused error windows vista [명령을 연결이 거부 오류 FTP를 windows 비스타 - -