Troubleshooting FTP issues
File Transport Protocol (FTP) is the most commonly used method for transferring files over the Internet and has been around for many years. Many organizations and individuals use FTP as the access method to upload and download files to their web server. To transfer via FTP in Dreamweaver, users enter their FTP server information in the Remote Info category of the Site Definition dialog box. In the Files panel, users can then click the Connect and Put buttons to upload selected files and/or folders.
This TechNote is one of several Dreamweaver TechNotes that assist in setting up and troubleshooting Dreamweaver's FTP connection. Before reading this TechNote, it is recommended to first read the sections of the Dreamweaver help files related to FTP (search the help files for "FTP") and Setting up Dreamweaver's FTP connection (TechNote tn_14787).
There are many potential variables involved when troubleshooting FTP issues, so the list of tips and techniques is quite long. To break up the list of steps, this TechNote has been divided into three general sections, in order to group related tips and techniques together:
- Initial steps and fact gathering
- Dreamweaver user interface settings
- Server issues
One drawback with dividing the steps into related groups is that some of the most useful tips were pushed from the top of the list, down towards the middle or bottom. So, in order to highlight the most useful tips and tests, here are the top five things to make sure you try:
- Verify you have the latest updater for Dreamweaver.
- Try enabling passive FTP.
- Try connecting to your server with different FTP clients.
- Try modifying the Host Directory settings in the site definition.
- Check permissions on the server.
These steps will be covered in more detail below, but they are worth highlighting right up front.
Initial steps and fact gathering
- Install the latest updater for Dreamweaver
- Make sure a site has been defined
- Is FTP your only option for connecting to the server?
- Document the exact problem
- Did your FTP site definition ever work correctly in Dreamweaver?
- Do other FTP clients function correctly with the server?
- Does the problem exist with a different version of Dreamweaver or Contribute?
- Can anyone in your group get Dreamweaver FTP to work with the server?
- Can you connect to any FTP server from Dreamweaver?
- Are you behind a firewall?
Dreamweaver user interface settings
- Use passive FTP
- Experiment with Server Compatibility options in the Site Definition dialog box (Dreamweaver MX 2004 v7.0.1 only)
- Verify FTP host information
- Change the Host Directory information
- Disable Upload Design Notes in Site Definition dialog box
- Change the site preference options
- Create a new site definition and transfer new files
- Recreate the site cache
- Drag and drop files in the Files panel
- Check the FTP Log
Server issues
- Check file and folder names
- Check server permissions
- Use FTP command line tools
- Is your server using SFTP?
- "Cannot determine the remote server time" error
- Are you using a proxy server that requires a separate login?
- Specific FTP server issues
- Contribute FTP Server Checker
- Contribute Network I/O logging
General troubleshooting
- Verify home router is not causing problem
- Go through general Windows or Macintosh troubleshooting steps
- Contact Macromedia Technical Support and provide FTP connection information
Initial steps and fact gathering
Install the latest updater for Dreamweaver
When Macromedia releases updaters for Dreamweaver, the updaters usually fix some FTP issues. Download and install the latest updater for your version of Dreamweaver and see if it resolves your FTP problem. For Dreamweaver MX 2004, the latest updater is 7.0.1. For Dreamweaver MX, the latest updater is 6.1.
Note: You may already have the latest version of Dreamweaver. You can check your version of Dreamweaver as follows:
- Windows: Help > About Dreamweaver > click the credits when they start to scroll.
- Macintosh: Dreamweaver > About Dreamweaver> click the credits when they start to scroll.
Make sure a site has been defined
In order to use FTP, Dreamweaver needs to know the FTP connection information, so, you either need a site definition or you need to setup siteless file editing. Dreamweaver needs one of these two in order to know how to connect to the server. Starting with Dreamweaver MX 2004, you can connect directly to an FTP server without a formal site definition (siteless file editing), however a site definition provides more functionality within Dreamweaver. Most Dreamweaver users prefer to take advantage of the site definition's additional functionality, so this TechNote will focus on that method. To learn more about site definitions, see How to define a site in Dreamweaver (TechNote tn_14028) or refer to Help > Using Dreamweaver > Dreamweaver Basics > Setting Up a Dreamweaver Site.
Is FTP your only option for connecting to the server?
Some users bang their head against a wall, trying to figure out a time-consuming FTP problem, and they don't realize that they may have another trouble-free option for connecting to their server. The two most common alternatives to FTP are Local/Network and Secure FTP. Using either of these alternatives should provide better performance and stability than FTP. It's not that Dreamweaver's implementation of FTP is particularly bad;it's just that the FTP protocol is poorly specified in general, and server implementations can vary greatly from server to server. Some users may also be able to take advantage of some of the other less commonly used remote connection options in Dreamweaver: WebDAV, Visual SourceSafe or RDS. See Help > Using Dreamweaver for more information on these options.
- Local/Network
Many Dreamweaver users have the option of using Local/Network to transfer files. In particular, users in a group environment like an office or a school will oftentimes have this option if they have permission to connect to the server through the Windows or Macintosh file system browsers. If your server is behind a firewall (the general Internet public cannot access it), then that's also a good sign that you are on a local network. In Windows, a network path would look something like\\myserver\myfolder\. - Secure FTP
Secure FTP (SFTP) enables you to fully encrypt all file transfers and prevent unauthorized access to your data, files, user names and passwords. Secure FTP is a different protocol than FTP, however they share similar commands and settings. If you are not sure if your server is running SFTP, check with your server administrator. SFTP in general is a more robust protocol, so it may succeed where traditional FTP is failing. The SFTP service is included by default on most UNIX servers, whereas on Windows, SFTP is not a built-in service and software needs to be purchased. Even though SFTP is a separate protocol than FTP, you still need to setup an FTP-like site definition in Dreamweaver and then check the checkbox for Use Secure FTP (see the screen shot). Note that it is possible for a server to run both FTP and SFTP services at the same time, or just one of them. If your server is only running SFTP, then you must check the Use Secure FTP checkbox, otherwise Dreamweaver will throw an error.
Document the exact problem
Once you have determined that the Dreamweaver updater does not solve the problem and FTP is the connection option you will be using, then focus on troubleshooting the problem. What is the exact problem? Write down the exact text of any error messages you are seeing.
- Do you get an error message when clicking the Test button in the Site Definition dialog box?
- Do you get an error message when clicking the Connect icon in the Files panel?
- Do you get an error message when trying to upload a file or a folder?
- Did your FTP site definition ever work in Dreamweaver?
- Does the problem happen every time or is it random?
- If you are working in a group environment, do other computers have the same problem?
- What specific FTP server are you connecting to? Examples of specific servers include: Microsoft IIS server, RedHat FTP server, IBM AIX server and Mac OS X Server. Oftentimes, you can get this information from the Dreamweaver FTP log or by connecting via a command line FTP client.
Did your FTP site definition ever work correctly in Dreamweaver?
Two frequent causes for connection failures are a server that is down or is busy. The diagram below illustrates the major relay points data must go through to complete a successful FTP transfer:
If you have been able to connect at least one time, then it's most likely that your FTP settings are correct. When the same settings connect only part of the time, the reason is usually a server is down or is busy. Try connecting at a different time of day, and contact the system administrator for the company hosting your site. If you're receiving an "Internal Data Error" message when trying to connect in Dreamweaver, it's likely that the server is down. A good way to determine if the server is down is to see if you can connect with a different FTP client. If no client can connect, then there's probably something wrong with the server.
Do other FTP clients function correctly with the server?
When troubleshooting FTP problems, the number of factors involved makes it important to narrow down the source of the issue. One good test is to try connecting and transferring with another FTP client. If you experience problems with multiple FTP clients, then it's most likely a server issue, and not a Dreamweaver issue. There are some FTP clients included with the Windows and Macintosh operating systems, and there are other FTP clients that are free or shareware. Here are some commonly-used clients:
Windows
- Microsoft's Internet Explorer - Type the ftp server name in the URL field and add ftp:// before the domain name (e.g.
ftp://ftp.irs.gov). - WS_FTP - GUI-based
- CuteFTP - GUI-based
- FileZilla - GUI-based
- Windows command line (Start > Run > in the Open field, type "cmd") - see Using FTP command line tools.
Macintosh
- Safari / Mac Finder - Type the ftp server name in the URL field and add ftp:// before the domain name (e.g.
ftp://ftp.irs.gov), or in the Mac Finder, select Go> Connect to Server. - Fetch - GUI-based
- Mac OS X Terminal (Mac HD/Applications/Utilities/Terminal) - see Using FTP command line tools.
Does the problem exist with a different version of Dreamweaver or Contribute?
If you have a prior version of Dreamweaver or Contribute that works with your FTP server, but the current version of Dreamweaver does not, then there is a good chance that you are encountering a product error with the latest version of Dreamweaver. If you are using the same FTP settings in two different versions of Dreamweaver, then the FTP connection should behave the same. If you do not have FTP problems using Dreamweaver MX but you do have problems using Dreamweaver MX 2004, try the Server Compatibility settings. Macromedia extensively re-worked the FTP engine in Dreamweaver MX 2004, and for the most part, it is much more stable and reliable than earlier Dreamweaver FTP engines, but there have been some reports where functionality broke in the newer version. Either contact Macromedia technical support or submit a bug report directly. If you are using an earlier version of Dreamweaver, download the trial version of Dreamweaver MX 2004 and see if it works.
Try connecting with Macromedia Contribute. If you do not have Contribute, download the trial version and see if it works with your server. Dreamweaver and Contribute share the same underlying FTP engine, however Dreamweaver and Contribute are on different release cycles, so Contribute may have a bug fix that Dreamweaver does not have yet. If Contribute can connect, this is a good clue for technical support staff.
Can anyone in your group get Dreamweaver FTP to work with the server?
If you are working in a group environment, do other computers in your group have the same problem? This will help you determine if the problem is specific to your machine or your Dreamweaver settings, or if there's a firewall conflict or something else common to the group. Examples of other things that may be common among computers in a group include:
- a customized operating system ghost image installed by your organization
- a team may all have a conflicting Dreamweaver extension installed
If you have a laptop, can you connect to the FTP server with this machine when you are at home versus in the office? If you can connect at home, that may indicate some kind of firewall or network issue in the office.
Can you connect to any FTP server from Dreamweaver?
In rare instances, Dreamweaver users cannot connect to any FTP server. This indicates a general issue with Dreamweaver connectivity to the Internet. Other symptoms of this problem include a non-functioning Dreamweaver Start Page, and problems activating Dreamweaver over the Internet. See if you can connect to an anonymous FTP server, like the IRS FTP site. To connect to this site in Dreamweaver, use the following site definition settings:
FTP host: ftp.irs.gov
Host directory: leave it blank
Username: anonymous
Password: leave it blank
If you cannot connect to this server, you should investigate if a firewall is preventing Dreamweaver from accessing the Internet, and verify that your machine has Internet connectivity in general.
Are you behind a firewall?
If you are in a group environment, ask your system administrator what kind of firewall is being used and if any special adjustments need to be made to let applications like Dreamweaver get past the firewall.
If you have a personal firewall installed on your machine, verify that Dreamweaver has permission to access the Internet. Windows XP SP2 has a built-in firewall that blocks Dreamweaver's FTP functionality by default, so you need to add Dreamweaver to the exceptions list. Other examples of personal firewalls include Zone Alarm and Norton Personal Firewall.
Dreamweaver user interface settings
FTP problems can be difficult to diagnose as there are so many factors involved. That said, Dreamweaver does not have an overly complex user interface related to FTP. For reference, here are the two places where FTP settings are located within Dreamweaver:
- Site-specific settings are found in the Remote Info category of each Site Definition (Site > Manage Sites > select your site > click Edit button > choose Remote Info category):
- General FTP settings that apply to all of your Dreamweaver Site Definitions are found in Edit > Preferences > Sites:
Try using passive FTP
One of most common solutions to FTP problems is to select the Use Passive FTP checkbox. A common sign that you need to use passive FTP is that Dreamweaver seems to hang when trying to connect to your server. Select this checkbox if your firewall configuration requires use of passive FTP. Passive FTP enables your local software to set up the FTP connection rather than requesting the remote server to set it up. For more information, see What is Passive FTP? (TechNote tn_15220).
Note: Mac OS X users should enable passive FTP if they are unable to see the file listing on the remote server.
Experiment with Server Compatibility options in the Site Definition dialog box (Dreamweaver MX 2004 v7.0.1 only)
If you are having trouble connecting with Dreamweaver MX 2004 version 7.0.1, try adjusting the Server Compatibility settings. Note that these settings do not exist in Dreamweaver MX 2004 version 7.0 or lower. You can check the version by going to Help> About Dreamweaver > and clicking the scrolling credits.
Try the different combinations of checked and unchecked options for "Use FTP performance optimization" and "Use alternative FTP move method", to see if any combination resolves the FTP issue. These settings are particularly helpful for users that did not have FTP problems with earlier versions of Dreamweaver, but do have problems with Dreamweaver MX 2004.
Verify FTP host information
Your FTP host is the full Internet name of a computer system, such as ftp.macromedia.com. In the FTP Host field, make sure not to add the ftp:// protocol in front of the host name. Also, try using the IP address (e.g. 10.112.0.54) instead of the domain name (ftp.macromedia.com) if you are having trouble connecting to your server.
Change the Host Directory information
Web server information, such as the login and password, are obtained from the server administrator and entered into the Site Definition dialog box exactly as given, but the Host Directory information needs to be modified sometimes. Try the following approaches to entering Host Directory information when troubleshooting. The approach that will work depends on the server's setup, so try all of them:
- Add a forward slash (
/) directly before the Host Directory name, without any spaces (e.g./myfolder). - If you already had a slash entered before the Host Directory name, remove it. (e.g.
myfolder). - Leave the Host Directory blank.
- Leave the Host Directory blank and append the Host Directory name to the FTP host, preceded by a slash (e.g.
ftp.domain.com/hostdir). - Try adding one of your subfolders to the Host Directory path (e.g.
myfolder/mysubfolder/). - If you are working on a personal website on a UNIX server, your URL may include a tilde. For example,
http://www.mysite.com/johndoe/. If you are having FTP trouble with the tilde in the Host Directory, try using the full path, which may look something like/home/username/public_htmlor/home/username/www. The same is true if your server is using virtual paths. Ask your server administrator if they are using virtual paths and if they can give you the physical path. Try using the physical path in the Host Directory field. - If your web folder on the remote server is above the root, you may have to precede the Host Directory name with
../or even../../(one set of double dots takes you up one level, two sets take you up two levels, etc.). This type of setup is uncommon.
One good method of troubleshooting Host Directory issues is to try to drag-and-drop a file in the Files panel, instead of using the Put button or synchronizing. See Dragging and dropping files below for more information.
Disable Upload Design Notes in Site Definition
Sometimes having the Upload Design Notes option checked in the site definition can cause problems. Uncheck this option and see if the problem persists: Site > Manage Sites, select your site, then click Edit > Advanced tab > Design Notes category > uncheck "Upload Design Notes for sharing".
Change the site preference options
In most cases, users do not need to change the default site preference options (see the image above). However, when troubleshooting problems with transferring large files, 530 and/or 550 errors, or loss of connection, it is useful to try other Preference settings. To access the Preferences dialog box, choose Edit > Preferences> select Site from the Category column.
The settings relevant to FTP in the site preferences dialog box are:
- FTP connection: ___ and Disconnect After ___ Minutes Idle
When troubleshooting, it is best to leave this option unchecked. - FTP time out
When an FTP command is sent to the server, the client expects a confirmation message back, or the command is cancelled. FTP Time Out establishes how long Dreamweaver waits for a response from the server before giving up on a command. Too high a setting causes Dreamweaver to idle and seem 'frozen' if the server doesn't respond. Too low a setting causes commands to abort prematurely. The default setting, 60 seconds, handles most situations properly. If you're having problems connecting, try increasing the FTP Time Out to 120 seconds. - Firewall Host and Port
Most users do not need to modify these fields -- leave the host blank and the port set to 21. If you believe your organization is using a firewall, you will need to get this information from your system administrator.
Once again, most of the time, the defaults in site preferences do not need to be changed.
Create a new site definition and transfer new files
A useful troubleshooting step is to create a new Dreamweaver site definition, and work with a new file in the new site definition. Setup the Local Root Folder for the site definition to be the root of your hard disk (e.g. C:\). This will ensure that there are no spaces or special characters in the path to the local root folder. It will also test for a corrupt site definition or files. When following the steps above, Macintosh users may also want to trash their Dreamweaver Preferences file and make sure the name of their hard disk contains no special characters. For more information see How to define a site in Dreamweaver (TechNote tn_14028).
Recreate the site cache
If a new file works in a new site, try recreating the Dreamweaver site cache in the old site and see if the problem persists: Site > Advanced > Recreate Site Cache. This step is only available if the site was defined to use a site cache. For more information on the site cache, see How does the site cache work? (TechNote tn_16794).
Drag and drop files in the Files panel
When you select a file and click the Put button in the Files panel, Dreamweaver uploads the file to the folder on the FTP server.
Dragging and dropping a file can be used to troubleshoot in two cases:
- When a file is not transferring or is uploading to the wrong folder, dragging a file from the the local side of the Files panel to the remote side allows you to choose the folder and may help narrow down whether the Host Directory information is entered correctly.
- When you are unable to connect to the server, leave the Host Directory field blank and drag the file over instead of using the Put button.
Note: Care must be exercised when dragging and dropping. Dropping a file in the wrong directory will cause links to stop working and prevent images on the page from displaying.
Check the FTP Log
After trying to connect or upload, you can check Dreamweaver's FTP log for a record of the session between your computer and the server. Of special note would be any three-digit FTP series code. Please see Checking the FTP log (TechNote tn_14536) for an explanation of the FTP log and a list of FTP series codes. Also note the specific FTP service name and version to which you are attempting to connect.
To view Dreamweaver's FTP Log: choose Site > Advanced> FTP Log.
Note that a completely blank log is a clue in itself. If the log is blank after trying to connect, Dreamweaver's FTP tool is not able to reach the server and cannot send commands to it.
Server issues
Check file and folder names
The following general information about file-naming conventions is useful when troubleshooting problems with transferring particular files or folders:
- Special characters
Make sure that folder or file names do not contain spaces or special characters. Special characters include ? * - & ^ % $ # or any non-alphanumeric character. The underscore character ( _ ) is not considered a special character and is valid in file or folder names.
Note: Macintosh users should also check for spaces or special characters in the hard drive name.
Depending upon the operating system, name length can be a problem when transferring files or folders. When encountering a problem transferring, try uploading a file or folder with a short name, like test.htm.
Finally, the Files panel does not show files on the server whose names start with a period or an underscore. This is done intentionally. If you need to see those files, use a different FTP client. - Uppercase and lowercase
Windows and Macintosh systems are not case sensitive when it comes to file names, but UNIX systems are.
Windows and UNIX systems handle the transfer of files as follows:- Local machine Rename a file locally from example.htm to EXAMPLE.HTM, and you still have only one file, whose name has been changed to uppercase. The reverse, uppercase to lowercase, is also true.
- UNIX server Upload a file named EXAMPLE.HTM to a folder on a UNIX server that already contains a file named example.htm, and the file on the server is not overwritten. You will have two files: example.htm and EXAMPLE.HTM. This is true of lowercase to uppercase, or vice-versa.
- Windows server Upload a file named EXAMPLE.HTM to a folder on a Windows server that contains a file named example.htm, and the file on the server will be overwritten with the new one so that you have only one file, named EXAMPLE.HTM. This is true of lowercase to uppercase, or vice-versa.
Note: Some UNIX servers are set to convert the names of all uploaded files to lowercase.
Check server permissions
A server is a computer that many users share. In order to prevent people from interfering with each other's files, different read, write, and execute permissions are given to every user or group of users for different files and folders. A user or group can also be defined to be the owner of a file, which affects permissions. In addition, different permissions can be set for files or folders.
One possible reason for "access denied" errors (550 errors) is an insufficient set of permissions for your account. Contact the system administrator for the company hosting your site for more information. If you are connecting to a UNIX-based server, you can connect to it with a command line FTP client and run an "ls -l" command to see the permission settings. If you are connecting to a Windows FTP server, you will need to have the server administrator check the permissions for you.
Some FTP servers are setup to give new files certain permissions by default and some Dreamweaver users will need something other than the default settings. If you notice that the files you are uploading have incorrect server permissions, you can install the Set Permissions extension for Dreamweaver (go to the Macromedia Exchange and search the Dreamweaver exchange for "permissions").
Use FTP command line tools
If you are comfortable with a command line interface, it is possible to enter FTP commands directly into the Windows Command Prompt or Macintosh Terminal. Command line FTP clients give you greater control and visibility as to what exactly is happening with an FTP connection. Upon connecting via command line, it will oftentimes give you the name of the specific FTP server running . A list of standard FTP commands that a server will accept can be obtained by typing "help" in the FTP Command line. A good description of standard commands can be found in Command line FTP instructions (TechNote tn_16418) and Checking the FTP log (TechNote tn_14536). There is also a Contribute TechNote about command line, some of which also applies to Dreamweaver: Testing FTP functions using command line (TechNote tn_19496).
"Cannot determine the remote server time" error
Sometimes, when setting up a site definition, Dreamweaver may throw the following warning message:
Dreamweaver cannot determine the remote server time. The Select Newer and Synchronize commands will not be available.
To get the server's time stamp, Dreamweaver creates and deletes a folder named XYIZNWSK. There may be server permissions problems that don't allow Dreamweaver to create or delete folders. For more information on this issue, see Synchronize and Select Newer options are not working correctly (TechNote tn_14413).
Serv-U FTP Servers can be set to rewrite all files and folders ; including the XYIZNWSK timestamp folder ; to lowercase, which means Dreamweaver can no longer find that particular folder. Unable to find that folder, Dreamweaver refuses to synchronize. Please see RhinoSoft's Knowledge Base article describing how to change this setting.
Are you using a proxy server that requires a separate login?
Dreamweaver supports some FTP proxy servers, but as shown in theSite Preferences dialog box, Dreamweaver does not support proxy servers that require their own set of username and password. The Dreamweaver user interface only has fields for entering the FTP server login information. An example of a proxy server that Dreamweaver does not support is SOCKS.
Specific FTP server issues
- Macromedia has created a Dreamweaver MX 2004 extension for both Windows and Macintosh that resolves some FTP conflicts with IBM AIX and OS/400 servers. You should only install this extension if you are connecting to an IBM AIX or OS/400 server. Symptoms of the problem include:
- Access Denied errors when attempting to access files or folders older than the current calendar year.
- "Dreamweaver cannot determine the remote server time" errors and the Synchronize function not working.
- Incorrect information in the Files panel, like extra spaces, junk characters, wrong kind of information in a particular field, etc. (Ref. 169317).
- Dreamweaver MX 2004 has conflicts connecting to older versions of Documentum FTP Services. Documentum FTP Services version 5.2.5 and later have resolved this problem. (Ref. 183536)
- Dreamweaver had problems transferring files to Mac OS X Server v10.2 and v10.1. Apple has resolved this issue with Mac OS X Server v10.3. (Ref. 16762).
Contribute FTP Server Checker
The Macromedia Contribute FTP Server Checker is a useful diagnostic tool for Dreamweaver MX 2004 users as well, because the two applications share very similar FTP engines. The FTP Server checker enables users to diagnose some problems when a connection cannot be established in Contribute using FTP. The application checks the compatibility between the FTP server and Contribute, then generates a report to help identify issues between the server and Contribute. To get more information and download the application, please see FTP Server Checker (TechNote tn_19012). You do not need to have Contribute installed to use this tool. You can send the results of the test to Macromedia if you believe you have found a problem with Dreamweaver.
Contribute Network I/O logging
Dreamweaver MX 2004 users can install Contribute 3 and utilize its Network I/O logging feature, which allows Contribute to generate log files. These log files include detailed information about Contribute performance. You need to have Contribute 3 installed on your machine in order to generate these logs. A free trial version of Contribute 3 is available for download. For more information on the Network I/O logging feature, see Using Network I/O logging to log operations and identify problems (TechNote tn_19506).
Note: Network I/O logging will not benefit users of Dreamweaver MX and below. The FTP engine changed significantly in Dreamweaver MX 2004 and Contribute 3.
Verify home router is not causing problem
If you are using Dreamweaver at home or in a small office environment, there may be a conflict between Dreamweaver and your router (if you are using one). As a test, bypass the router by plugging the network cable from your DSL/cable modem directly into your computer, so the router is removed from the equation.
Go through general Windows or Macintosh troubleshooting steps
If you have determined that the FTP problem is specific to your machine or if you only have one machine to test with, then you may want to pursue some general Windows or Macintosh troubleshooting steps. This is an especially good idea if you are experiencing problems with other Dreamweaver features besides FTP. Here are some general things to try:
- Try running Dreamweaver with a different Windows or Macintosh user account.
- Have Dreamweaver recreate your user configuration folder.
- Uninstall Dreamweaver and reinstall in Safe Mode.
For more general troubleshooting tips, see the following TechNotes:
- Troubleshooting Dreamweaver for Windows (TechNote tn_15481)
- Troubleshooting Dreamweaver on Macintosh OS X (TechNote tn_16471)
Contact Macromedia Technical Support and provide FTP connection information
If you have determined that the problem you are experiencing is a problem with Dreamweaver, then we would like to hear about it. An example of a problem would be settings that worked fine in Dreamweaver MX, but that do not work in Dreamweaver MX 2004. You can submit a bug report using our Feature Request/Bug Report Form. Or, if you have purchased Dreamweaver, you can also contact Macromedia Technical Support, and see if a support agent can reproduce your problem.
Macromedia is best able to troubleshoot issues when we can connect to the problematic server. If you can provide us with a temporary user account or password, or a test server, that is best. The engineers cannot debug servers behind firewalls.
Additional information
For help with setting up Dreamweaver's FTP connection and troubleshooting FTP problems, see the Dreamweaver help files and the following TechNotes:
- Setting up Dreamweaver's FTP connection (TechNote tn_14787)
- What is Passive FTP? (TechNote tn_15220)
- Synchronize and Select Newer options are not working correctly (TechNote tn_14413)
- Files do not FTP from Dreamweaver to Mac OS X Server v 10.2 (TechNote tn_16762)
Note that this issue is resolved with Mac OS X Server 10.3. - SSH and SSL encryption for FTP connections (TechNote tn_16159)
This TechNote only applies to Dreamweaver MX users. Dreamweaver MX 2004 has a better option: Secure FTP (SFTP). - Checking the FTP log (TechNote tn_14536)
- FTP data transfer mode (TechNote tn_13546)
- Command line FTP instructions (TechNote tn_16418)
- Testing FTP functions using the command line (TechNote tn_19496) - Contribute TechNote
- Dreamweaver MX 2004 emerging issues (TechNote tn_18895)
Third-party resources:
- FTP Request for Comments (RFC) 959 - The basic FTP definition from 1985
Raw FTP command resources:
This content requires Flash
To view this content, JavaScript must be enabled, and you need the latest version of the Adobe Flash Player.
Download the free Flash Player now!
