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. अगर तुम नहीं कर सकते कर सकते हैं FTP सर्वर नहीं करने के लिए या क्योंकि FTP सर्वर सर्वर पर नहीं चल रही है नहीं कर सकता एफ़टीपी वेब होस्ट cPanel द्वारा प्रबंधित / WHM (WebHost प्रबंधक) ने एफ़टीपी कनेक्शन की तरह सबसे को विफल हो जाता है. There are a few troubleshooting steps that can be taken to verify this problem. वहाँ है कि इस समस्या को सत्यापित करने के लिए ले जाया जा सकता है कुछ समस्या निवारण कदम हैं.
- Log into your server using SSH. अपने सर्वर में SSH का प्रयोग कर प्रवेश करें.
- At the command line shell, type su - or su – root to have root access, if your server forbids direct login by root. अगर आपके सर्वर के रूट से सीधे प्रवेश रोकती कमांड लाइन खोल में, प्रकार su - या su - रूट का उपयोग करने के लिए है, जड़.
- Run the following command: भागो निम्न कमांड:
ftp localhost FTP लोकलहोस्ट
- 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. यह सबसे अधिक संभावना का मतलब है कि FTP सर्वर, या इस प्रक्रिया नहीं चल रही है रुक गई है और फाँसी. In this case, try to restart FTP server. इस मामले में, FTP सर्वर को पुनः आरंभ करने के लिए प्रयास करें. WHM's Restart Services section has the GUI restart button to easily restart FTP service. WHM के Restart सेवा अनुभाग के जीयूआई आसानी से एफ़टीपी सेवा को पुनः आरंभ करने के लिए बटन को पुनः आरंभ की है. Beside, ensure that ftpd service is not disabled in Service Manager. इसके अलावा, कि ftpd सेवा सुनिश्चित सेवा प्रबंधक में अक्षम नहीं है.
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. यदि आप प्रवेश और एफ़टीपी कमान (127.0.0.1), ने एफ़टीपी त्रुटि करने में असमर्थ के फ़ायरवॉल सेटिंग या IPTABLES विन्यास के कारण हो सकता है लोकलहोस्ट से जुड़ा तुरंत देखने के लिए प्रबंधित करें. If you recently made any changes to firewall, undo them to see if problem persists. यदि आप हाल ही में, अगर समस्या लोग उन्हें देखने के लिए नष्त कोई परिवर्तन फ़ायरवॉल के लिए बनाया है.
- You can also manually check if FTP server is running or not, and which port it's listening to. अगर FTP सर्वर या नहीं, और जो बंदरगाह उसे सुनने के चल रहा है तुम भी मैन्युअल रूप से जाँच कर सकते हैं. In typical cPanel environment, normally the Pure-FTPd is installed as FTP server. ठेठ cPanel वातावरण में, सामान्य रूप से पवित्र-FTPd FTP सर्वर के रूप में स्थापित है. So to check if Pure-FTPd is running, issue the following command: तो शुद्ध-FTPd चल रहा है अगर, निम्न कमांड मुद्दे की जाँच करने के लिए:
service pure-ftpd status सेवा शुद्ध-ftpd स्थिति
You should see something like below if FTP server is running: आप नीचे अगर FTP सर्वर चल रहा है जैसे कुछ देखना चाहिए:
है
pure-ftpd (pid 3302) is running...
+------+---------+-------+------+--------------
| PID | Login |For/Spd| What | File/IP |
+------+---------+-------+------+--------------के लिए
pure-ftpd (pid 3302) is running...
+------+---------+-------+------+--------------
| PID | Login |For/Spd| What | File/IP |
+------+---------+-------+------+--------------
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. पोर्ट शुद्ध-FTPd जो सुन रही है सत्यापित करने के लिए, प्रकार के आदेश का पालन करने के लिए. Normally FTP server should listen to port 21. आम तौर पर FTP सर्वर पोर्ट 21 सुनना चाहिए.
lsof-i tcp:21 lsof मैं TCP: 21
You should see something similar to the following text: तुम कुछ निम्नलिखित पाठ करने के लिए भी इसी तरह देखना चाहिए:
FTP ftpd
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
pure-ftpd 3302 root 4u IPv4 574378144 TCP *:ftp (LISTEN)
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. यदि दूरस्थ एफ़टीपी कनेक्शन, संभव कारण पर कोई संकेत की त्रुटि की जाँच करने की कोशिश की समस्या अभी भी मौजूद है विफल रहता है. To check the errors log for all message related to FTP, use following commands: इस त्रुटि की जाँच करने के लिए सभी संदेश एफ़टीपी से संबंधित के लिए, लॉग निम्नलिखित आज्ञाओं का उपयोग करें:
less /var/log/messages | grep pure-ftpd कम / var / log / संदेश | शुद्ध grep-ftpd
- You can now try to troubleshoot the errors, if any, that mentioned in the log file. यदि कोई है तो, यह है कि लॉग फाइल में उल्लेख किया है अब आप त्रुटियों troubleshoot करने के लिए, कोशिश कर सकते हैं.
IMPORTANT : The page is machine translated and provided "as is" without warranty. महत्वपूर्ण: इस पृष्ठ है मशीन अनुवाद प्रदान की और "" के रूप में वारंटी के बिना है. Machine translation may be difficult to understand. मशीन अनुवाद को समझने में मुश्किल हो सकती है. Please refer to कृपया देखें original English article मूल अंग्रेजी लेख whenever possible. जब भी संभव हो सकता है.
Related Articles संबंधित लेख
- How to Change Hostname in cPanel Web Host कैसे cPanel वेब होस्ट में hostname परिवर्तन करने के लिए
- Restore Full Backup or cpmove File in cPanel Web Host CPanel वेब होस्ट में पुनर्स्थापित पूर्ण बैकअप या cpmove संचिका
- How to Check if Telnet Is Running on a Server कैसे की जाँच करने के लिए यदि Telnet एक सर्वर पर चल रहा है
- cPanel Update (upcp) Is Already Running Problem cPanel अद्यतन (upcp) है पहले से ही समस्या रनिंग
- Auto Delete Forwarded Emails in cPanel Web Host ऑटो हटाएँ अग्रेषित ईमेल cPanel वेब होस्ट में
- How to Add IP Addresses to Server with cPanel WebHost Manager (WHM) कैसे सर्वर में cPanel WebHost प्रबंधक (WHM) के साथ आईपी पते को जोड़ें
- How to Restart (Stop or Start) cPanel Service (cpsrvd) via Telnet or SSH कैसे Restart (बंद करो या शुरू करने के लिए) cPanel सेवा () Telnet या SSH के माध्यम cpsrvd
- Download Key Management Service (KMS Host) for Windows Server 2003 डाउनलोड कुंजी प्रबंधन सेवा (किलोमीटर मेजबान) Windows Server 2003 के लिए
- Cannot Display the Webpage and Host/Server Not Found or Available Error – EnablePMTUDiscovery MTU Fix इस वेबपृष्ठ और मेजबान प्रदर्शन नहीं कर सकता / सर्वर नहीं मिला या उपलब्ध त्रुटि - EnablePMTUDiscovery MTU फिक्स
- Fix Internal Server Error When Accessing Easy Apache in cPanel WebHosting Manager फिक्स आंतरिक सर्वर त्रुटि जब प्रवेश आसान अपाचे cPanel WebHosting प्रबंधक में










































March 28th, 2009 01:48 मार्च, 28 2009 01:48
I find that the majority of the time the issue is really the firewall. मैं पाते हैं कि इस मुद्दे को सचमुच फ़ायरवॉल है कि समय के अधिकांश. When brute forces are detected and locked out the account is locked and IP is placed on the firewall block list. जब जानवर बलों का पता कर रहे हैं और खाते और बंद है आईपी the firewall ब्लॉक सूची पर रख दिया गया है बाहर बंद कर दिया है. Often, that IP needs to be manually removed to enable FTP access. अक्सर कि आईपी की जरूरत स्वयं एफ़टीपी पहुँच सक्षम करने के लिए हटा दिया जाएगा. I've found this being very common in hosting servers. मुझे यह बहुत सर्वर होस्टिंग में आम जा पाया है. So… don't forget to check the firewall too! तो ... भी फ़ायरवॉल की जाँच करने के लिए मत भूलना!
January 22nd, 2008 14:45 22 जनवरी, 2008 14:45
Great. महान. this helped me out. यह मेरी मदद की. The only problem is, I have to reboot the FTP service after every system reboot. सिर्फ एक ही समस्या है, मैं हर सिस्टम रिबूट के बाद एफ़टीपी सेवा रिबूट करने के लिए किया है. Is this normal? यह सामान्य है? Why isn't the FTP service starting automatically? क्यों नहीं एफ़टीपी सेवा स्वतः शुरू होता है?