Ace FTP How to connect to a site and how to do transfers?
To connect to a site, you need to create a connection from aceftp to that site and enter all connection information such as server, username and password.
To create a connection: - click on File -> Connection
- select New Site Profile
- and enter information on:
username
password
server info.
To transfer your file to your server:
Select the connection you created to the server. Double click.
You will see on the right hand side of the window your server.
You can make transfer by selecting files you want to transfer and press on the arrow pointing to the right that is located in the middle of the aceftp window.
How to enable/disable PASV mode?
To do so:
- Go to the ‘Properties’ of the site connection
- Select the ‘Transfers’
- Check the ‘Use outgoing (PASV) Connections’ to enable the pasv mode
- or Check the ‘Use incoming (PORT) Connections’ to disable the pasv mode
Resume function.
When you download a file and a smaller file with the same name and it already exists locally, there is an option to resume the transfer. The dialog that pops up to say that there is a file collision presents you with options: Resume, Overwrite, Rename, Skip, etc.
Also, the server needs to support file resuming via the REST command. If not, then it won't be possible to resume downloads or uploads. The user should check in the "Server Features\Unsupported Features" section of the site properties dialog whether there is a checkmark next to "Resume of broken transfers" (if so, he should remove the checkmark and try again).
My transferred images are not well displayed.
The mode of the transfer may be the reason (if it is ASCII). Change the transfer mode for 'AUTO' from 'Tools' / 'Default transfer mode'.
How do I back up all my ftp files with the passwords so I can re-install later in case of a crash?
All your created ftp connections are located in this repertory: C:\Documents and Settings\your_user_name\Application Data\Visicom Media\AceFTP\Sites
Copy them on a CD and restore them in the same repertory on the other computer or do a drag and drop when the aceftp is launched.
Why does the folder change in the left column when I change folders in the right column? It hasn't done that in the past.
You probably enabled the "Lockstep folder navigation" option, and should just disable it. The button is on the centre column just below the 2 Copy buttons.
How can I check the size on the disk of my distant server with AceFTP 3?
To know exactly the size of your Web site on server with AceFTP, the software has to scan all existing repertories. For a big volume Web site, this can take forever to do, so this option does not exist within AceFTP or FTP Expert for the moment..
When transfering, the filename changes its case (uppercase or lowercase).
There is an option for this. In the Connection properties, select 'Conversions' and change options in 'Download' and 'Upload'.
How to configure Windows XP firewall in order to enable AceFTP?
There are two ways to enable AceFTP:
Enable programs by using the Security Alert dialog box
1. Click on Start / Panel configuration
2. Click on the Security center icon.
3. In the Security Alert dialog box, click on 'Windows Firewall'.
4. Select 'Exception' tab and check AceFTP from the list.
Click OK.
Enable programs by using Windows Firewall
If you do not click Unblock the program in the Security Alert dialog box, the program continues to be blocked. To enable a program by using Windows Firewall, follow these steps:
1. Click Start, click Run, type wscui.cpl in the Open box, and then click OK.
2. Click Windows Firewall.
3. In the Windows Firewall dialog box, click the Exceptions tab, and then click Add Program.
4. In the Add a Program dialog box, either select the program from the list that appears, or click Browse to locate your program.
5. After you select your program, click OK.
6. On the Exceptions tab, make sure that the check box next to your program is selected, and then click OK.
There is an option for this. In the Connection properties, select 'Conversions' and change options in 'Download' and 'Upload'.
Why the filesize is smaller when uploaded?
It's perfectly normal to have different file sizes when it comes to ASCII files.
When you upload a file from your Windows computer to a Unix computer, the size of the file will be reduced of exactly 1 byte per line in the file (except for the first one).
Why? Because Windows encodes the line return on 2 bytes, while Unix encodes it on 1 byte... so when the file is transferred, it loses one byte per extra line. The contents of the file itself remains unchanged.
I want to setup AceFTP to use encription. How do I setup AceFTP to use an SFTP (Secure FTP) connection?
You should open the site properties dialog for the site in question, and then:
- Firstly you should make sure that the SFTP protocol is selected on the Protocol page (in the Profile tab).
- On the "Connection -> Security (SSH)" page you can enter the path to your keys if keys are provided. (private key file is usually with .key extension, or no extension at all).
Note: if you have a firewall, make sure that it is not blocking the secure connection.
How to configure an FTP connection to the firewall proxy?
You can configure your connection to the firewall by going to the ftp connection. Here are the steps:
- Click on menu File / Connect
- Double click on the ftp connection
- Click on menu Site/ Edit the ftp connection properties
- Click on Connection
- Select Firewall
- Uncheck the case 'Use property class default value'
- Then you need to configure the firewall according information you have.
Error messages Error message: PASV 227 Entering Passive Mode - Operation timed out / Connection aborted.
You need to settle the passive mode to off because the server does not support the PASV mode.
To do so:
- Change the ‘properties’ of the site connection
- Select the ‘Profile’ and then ‘Server features’
- Check the ‘PASV mode’
Error message: 425 cannot open data connection.
The 425 error means that the data channel is blocked or closed between you and the server you are trying to connect to.
For
Active connections open ports 20 and 21
For
Passive connections, open ports 21 and 1024+ (and higher)
If you still cannot get a successful connection, check all devices that are between the client and server to ensure that the proper ports are open (e.g. routers).
Error message: 550 permission denied or 550 access denied.
The 550 error is a message from the server stating that the account you have currently logged in as does not have permission to perform the action you are attempting. You may be trying to upload to the wrong directory or trying to delete a file. You have to contact your ftp site administrator and ask permission to be able to transfer your files.
Error message: 500 'FEAT': command not understood.
The FEAT command is a command sent to the server to see what features are supported. The "500 'FEAT': command not understood" error is not a critical error and should not interfere with your transfers.
Try disabling the Feat command and see if it helps:
- bring up your site properties
- click on Server Features under Site Profile
- Check Extended Features Queries (FEAT)
Error message: 426 Connection closed; transfer aborted.
To solve this problem,
- Change the "properties" of the site connection
- Select the "Profile" and then "Server features"
- Uncheck the "PASV mode"
Error message: 553 Could not create file.
The file name is not allowed. Try changing the file name, or getting rid of spaces in the file name.
Error message : 530 Login or Password incorrect.
This error occurs when the server doesn't recognize the login information. An incorrectly entered username or password is usually the most common reason this error occurs. Make sure your login information was entered correctly.
If you have a firewall, disable it and try to connect to your ftp connection. If it is the source of the problem, configure your firewall to accept the aceftp program.
Error message: 421 No transfer time out. To keep the connection for a number of seconds
The ftp server is set to log you off at a set amount of idle time.
There is an option to send random commands to the server every x seconds in an attempt to keep the connection open.
See the '
Connection \ Keep-Alive' section of the
Site Properties dialog.
In the '
Keep-alive interval' section,
select '
Use custom value',
and enter in
seconds the time you want the connection to be kept alive.
However, many servers disregard these commands and will disconnect the user anyway since they only consider actual file transfers when determining the idle period. The maximum idle period and reset commands are up to the server administrator to configure. Let me know if you need more information.
To re-create the FTP connection can solve the problem sometimes. Do not delete your connection, just create the same connection under a different name.
To keep the connection alive without interruption
See the '
Connection \ Keep-Alive' section of the
Site Properties dialog.
In the '
Sending of periodic commands to keep the connection alive:' section,
check '
Enabled'
Error message: Host not found. - Verify that you entered the correct information for the ftp connection:
- user name
- password
- server host
- if your server provider is not temporarely down. - Re-create the connection, it sometimes solves the problem.
- If you have a firewall, it might give you this trouble. Allow the aceftp program from your firewall.
CHMOD settings: every transfered file has changed default CHMOD setting to 644.
The default CHMOD setting (the value assigned to the file when it is first uploaded) is controlled by the server, not AceFTP. AceFTP can manually change the CHMOD value, but it will never do it automatically.
Error message: No connection
These problems may cause this error:
- Firewall problem:
If you have a firewall, disable it and try to connect to your ftp connection. If it is the source of the problem, configure your firewall to accept the aceftp program. - Server problem:
You need to settle the passive mode to off because the server does not support the PASV mode.
To do so:- Change the ‘properties’ of the site connection
- Select ‘Profile’ and then ‘Server features’
- Check the ‘PASV mode’
- Protocol configuration problem:
From the site properties, 'Profile' tab, 'Serveur identification' section, check out that 'FTP' is selected in the 'Protocol' case . If it is not selected, uncheck 'Use property class default value' and change the Protocol to FTP (File Transfer protocol).
My zip files are not transferred correctly. It becomes impossible to read them after.
Make sure that you transfer the zip files in binary mode:
You can change your transfer to Binary mode via the "Tools -> Default Transfer Mode" menu item, select 'Binary'.
You can proceed from the "Transfers" page of the "General Preferences" dialog also.