Difference between revisions of "FTP - Problems and Solutions"

From Hostek.com Wiki
Jump to: navigation, search
(Created page with "File Transfer Protocol aka FTP __FORCETOC__ ==Anonymous FTP Access - is it allowed?== We do not allow anonymous FTP access. There are major security issues related to ano...")
 
Line 7: Line 7:
 
==Anonymous FTP Access - is it allowed?==
 
==Anonymous FTP Access - is it allowed?==
 
We do not allow anonymous FTP access. There are major security issues related to anonymous FTP.  You can add additional FTP accounts via your hosting control panel.
 
We do not allow anonymous FTP access. There are major security issues related to anonymous FTP.  You can add additional FTP accounts via your hosting control panel.
 +
 +
== What do I use as my FTP Host? ==
 +
When connecting via FTP, you can use your site's IP address as the FTP Host. If the domain name is already pointing to that IP address, you can use either the IP address or the domain name as the FTP host.
 +
 +
==Why do I get error "blocking call cancelled" with FTP?==
 +
This can happen when you are behind a firewall or are running a personal firewall
 +
like Black Ice Defender or ZoneAlarm.
 +
 +
To fix this, go into your FTP program settings and find the setting for "Passive
 +
Mode" or "PASV Mode". If it is turned on, turn it off. If it is off, turn it on.
 +
 +
==How can I get an additional FTP account/user? ==
 +
Additional FTP users can be easily creating within your WCP or cPanel.<br/>
 +
* WCP
 +
# Log into the WCP
 +
# Click on FTP Accounts.
 +
# Click 'Add FTP User' to add a new user.<br/>
 +
* [http://hostek.com/tutorials/cpanel10_x2_ftp.html cPanel - Video tutorial]
 +
 +
==Filezilla Error: "could not retrieve directory==
 +
When connecting via FTP using Filezilla you recieve an error saying "Could not retrieve directory
 +
listing".
 +
 +
Solution(s):
 +
# Try disabling the "Keep Alive" feature.
 +
# Try disabling pasiv mode.
 +
 +
[[Category:Tutorials]]

Revision as of 09:56, 1 December 2012

File Transfer Protocol aka FTP



Anonymous FTP Access - is it allowed?

We do not allow anonymous FTP access. There are major security issues related to anonymous FTP. You can add additional FTP accounts via your hosting control panel.

What do I use as my FTP Host?

When connecting via FTP, you can use your site's IP address as the FTP Host. If the domain name is already pointing to that IP address, you can use either the IP address or the domain name as the FTP host.

Why do I get error "blocking call cancelled" with FTP?

This can happen when you are behind a firewall or are running a personal firewall like Black Ice Defender or ZoneAlarm.

To fix this, go into your FTP program settings and find the setting for "Passive Mode" or "PASV Mode". If it is turned on, turn it off. If it is off, turn it on.

How can I get an additional FTP account/user?

Additional FTP users can be easily creating within your WCP or cPanel.

  • WCP
  1. Log into the WCP
  2. Click on FTP Accounts.
  3. Click 'Add FTP User' to add a new user.

Filezilla Error: "could not retrieve directory

When connecting via FTP using Filezilla you recieve an error saying "Could not retrieve directory listing".

Solution(s):

  1. Try disabling the "Keep Alive" feature.
  2. Try disabling pasiv mode.