Difference between revisions of "SFTP Errors"

From HE FAQ
Jump to: navigation, search
(Added questions from he.net/faq per mleber)
Line 37: Line 37:
  
 
Check for data overruns, dirty phone lines or trying to run faster than your hardware can support, or contact your ISP and ask them to help you adjust your MTU settings.
 
Check for data overruns, dirty phone lines or trying to run faster than your hardware can support, or contact your ISP and ask them to help you adjust your MTU settings.
 
**********
 
 
Login incorrect. Logon failure, so quitting.
 
 
This is the most common FTP error message. Usually it's caused by an incorect username or password. Check that your username and password are identical to the username/password combination that was assigned to you. Your account name must be all lowercase. Also the password is case sensitive and must have exactly the same upper and lowercase letter combination. If you have forgotten your password, send an email to support@he.net to have a new one issued.
 
 
Permission Denied
 
 
This is caused by a Unix permissions setting. If you are getting it while trying to change into a directory under your account's root directory, the directory is probably not set to be executable. On Unix, directories must be set as executable in order to change into them.
 
 
If you are getting this error while trying to change into a directory outside of your account's space, you are not allowed to access the directory.
 
 
Tip: Chmod your directory to the following:
 
 
Owner
 
 
 
Group
 
 
 
World
 
 
read, write, execute
 
 
 
read, write, execute
 
 
 
read, execute
 
 
A directory listing should look like this:
 
drwxrwxr-x
 
 
Blocking Call Cancelled
 
 
This FTP error message occurs when the transfer has too many errors. It's usually due to phone line or connectivity problems or using a modem speed setting that the modem can't really handle.
 
 
Sometimes you'll only see these modem troubles only when uploading files to your web sites because that is generally when the most data is sent at one time from your computer to the Internet.
 
 
To troubleshoot this problem, first plug a phone into the phone line your modem is connected to. If there is static on the line, then call the phone company to get it fixed.
 
 
If there's no trouble with the phone line then lower the configured connect speed (port speed) on the dialing software before connecting to the ISP when the connection will be used to upload dat to the Web site. If the error persists after turning down the port speed, please contact your ISP and ask them to help you adjust your MTU settings. (This procedure can also improve data transfer rates from the Internet to your system.)
 
 
If you experiences this error on an LAN-Internet connected network, contact your Network Administrator.
 
 
This error can also be caused by using 32-bit FTP or transfer software through a 16-bit TCP/IP stack.
 
 
Windows 3.1 users or people using a 16-bit dialer (possibly an old version from their ISP) MUST use 16-bit FTP software to upload, or they must upgrade to a 32-bit OS or dialer.
 
 
DoDirList Returned x
 
 
This problem is caused by similar problems to those which produce the "blocking call cancelled" error message. The most common cause of this type of error is a slow serial port.
 
 
Check for data overruns, dirty phone lines or trying to run faster than your hardware can support, or contact your ISP and ask them to help you adjust your MTU settings.
 
 
  
 
[[Category:Webhosting]]
 
[[Category:Webhosting]]

Revision as of 06:22, 18 May 2010

Login incorrect. Logon failure, so quitting.

This is the most common SFTP error message. Usually it's caused by an incorrect username or password. Check that your username and password are identical to the username/password combination that was assigned to you. Your account name must be all lowercase. Also the password is case sensitive and must have exactly the same upper and lowercase letter combination. If you have forgotten your password, send an email to support@he.net[1] to have a new one issued.


Permission Denied

This is caused by a Unix permissions setting. If you are getting it while trying to change into a directory under your account's root directory, the directory is probably not set to be executable. On Unix, directories must be set as executable in order to change into them.

If you are getting this error while trying to change into a directory outside of your account's space, you are not allowed to access the directory.

Tip: Chmod your directory to the following:

  • Owner - read, write, execute
  • Group - read, execute
  • World - read, execute

A directory listing should look like this:

drwxr-xr-x

Blocking Call Canceled

This SFTP error message occurs when the transfer has too many errors. It is usually due to phone line or connectivity problems or using a modem speed setting that the modem can't really handle.

Sometimes you will only see these modem troubles when uploading files to your web sites because that is generally when the most data is sent at one time from your computer to the Internet.

To troubleshoot this problem, first plug a phone into the phone line your modem is connected to. If there is static on the line, then call the phone company to get it fixed.

If there's no trouble with the phone line then lower the configured connect speed (port speed) on the dialing software before connecting to the ISP when the connection will be used to upload dat to the Web site. If the error persists after turning down the port speed, please contact your ISP and ask them to help you adjust your MTU settings. (This procedure can also improve data transfer rates from the Internet to your system.)

If you experiences this error on an LAN-Internet connected network, contact your Network Administrator.

DoDirList Returned x

This problem is caused by similar problems to those which produce the "blocking call canceled" error message. The most common cause of this type of error is a slow serial port.

Check for data overruns, dirty phone lines or trying to run faster than your hardware can support, or contact your ISP and ask them to help you adjust your MTU settings.