The ‘How to manage files in FlashFXP’ tutorial, assumes you have already installed FlashFXP, and it is running on your computer, and that you are connected to a remote server, where you should have already configured your website. We will show you the core functionalities of folder management and managing files in FlashFXP, allowing you to easily create, rename, delete, and modify permissions for your remote server files and data.
Table of Contents
Manage Files in FlashFXP
Create a New Folder:
1. Right-click anywhere in the Remote Files window.
2. Select Make Folder.
3. Enter a name for the new folder and press Enter.
Rename a Folder:
1. Find the folder you want to rename and right-click on it.
2. Select Rename.
3. Enter the new name and press Enter.
4. The folder has been renamed and will appear in the Parent Directory.
Delete a Folder:
1. Right-click the folder you want to delete.
2. Select Delete.
Important: FlashFXP may not prompt you for confirmation before deleting. Be cautious!
Changing File Permissions:
1. Right-click the file you want to modify permissions for in the example we will use changelog.txt.
2. Select Attributes (CHMOD).
3. A window will appear showing permissions for owner, group, and others. You can adjust these using checkboxes.
4. Right-click the file changelog.txt.
Click OK to save changes.
Additional Information
FlashFXP Features
Viewing and Editing:
While FlashFXP allows basic folder management, it doesn’t have a built-in editor for viewing or editing text files directly. You can download the file to your local machine, edit it with your preferred text editor, and then upload it back.
File Transfers:
FlashFXP excels at transferring files between your computer and the remote server. You can drag and drop files between the “Local Files” and “Remote Files” windows. It offers features like queueing transfers, scheduling uploads/downloads, and resuming interrupted transfers.
Searching:
FlashFXP has a basic search function. You can access it from the “Edit” menu and search for files by name within the current directory on the remote server.
Advanced Features:
FlashFXP allows setting up filters to automate file transfers based on specific criteria like file size, date, or extension. You can configure transfer speeds and limit bandwidth usage to avoid overwhelming the server.
Security:
Always be mindful of file permissions when changing them on the server. Improper permissions can lead to security vulnerabilities. FlashFXP supports secure connections using SFTP (SSH File Transfer Protocol) which encrypts data transfer for better security.
SSH File Transfer Protocol (SFTP) Explained
Secure File Transfer Protocol (SFTP) is a network protocol that enables secure file transfer over a network. SFTP utilizes the Secure Shell (SSH) protocol for remotely accessing and managing systems to encrypt data transmission between a computer and a remote server. This encryption safeguards your files from being intercepted or tampered with during transfer, like an SSL (Secure Sockets Layer) Certificate for a website.
SFTP uses SSH’s secure authentication methods, typically password or public-key authentication, to verify your identity before granting access to the server.
It is compatible with most operating systems and Web Hosting environments and is similar to File Transfer Protocol (FTP). It is used to upload, download, delete, and manage files on a remote server, which simply transfers data. It has the added benefit of secure encryption.
FlashFXP supports SFTP connections for secure file transfers. When setting up a connection in FlashFXP, you’ll typically specify the server address, port (usually port 22), username, and authentication such as a password or private key.