flashfxp , Online Help, Documentation


Home
flashfxp manual Prev Page Prev Page
 
Introduction
System Requirements
FlashFXP Main Menus
Session
Quick Connect...
General
Toggles
SSL
Advanced
Save Path
Transfer Mode
On Transfer Complete
Minimize to System Tray
New Session
Exit
Sites
Site Manager..
General
Options
Transfer
Advanced
SSL
Bookmarks
Statistics
Security
Add Current Site..
Import Sites..
Options
Preferences..
General...
Actions
Sound Events
Options
Connection...
Data Connection
Proxy
Ident
Anti-Idle
Transfer...
Options
Compressoin
Speed Limits
Taskbar Caption
Display...
Colors & Fonts
Graph
Interface
Confirmations
Options
File Exist Rules..
Filters..
ASCII
Skip List
Priority List
Highlights
File Associations..
Language..
Queue
Transfer Queue
Restore Queue..
Load Queue..
Save Queue..
Queue Info..
Clear Queue
Commands
Edit Commands..
Menu
Help
Raw Command (quote)
Tools
Manual Get..
Compare Folder Content
Compare Folder Content
Partial Name Matching
Compare Name & Size
Don't Size Compare ASCII Files
Exclude File Extensions
Select Non-Matches
Hide Matching Files/Folders
Text Editor..
Schedule..
Find Files on FTP Server..
Name & Location
Date
Advanced
Calculate FTP Space Used..
Selective Transfer
Edit
Clipboard
Marked List
Backup / Restore Configuration
Directory
Find..
Find Next
Mask Select..
Invert Selection
View Raw Directory..
Copy Directory to Clipboard
Synchronize Browsing
Flush Directory Cache
View
Show Windows
Show Raw Command Line
Show Graph
FTP Only
Help
Help
Online Services
Check for New Verision..
About..
FlashFXP Main Window Popups
Local Browser
FTP Browser
Queue
Status
Remote Tree
Right-Click Toolbar
Shortcut Keys
Tutorials
How do I create a new site?
How do I connect to a site?
How do I transfer files to or from a site?
How do I perform site to site transfers?
How do I perform other file operations?
How do I perform advanced transfers?
How do I schedule transfers for when I'm away?
How do I schedule events with Windows Task Manager?
How do I change to FTP only view?
Advanced
Clipboard Monitoring
CHMOD - Change Attributes
Command Line Options
FTP File Format
flashfxp.ini Specific Settings
List of FTP codes
Network Specific Settings
FlashFXP Toolbar
Queue Format (.fqf)
Silent Installation
Taskbar Caption Variables
Support
Right-Click Columns
Contact
FAQ
Support Forum
Registration Instructions
Configuring Servers to Support FXP
Configure ProFTPD to allow FXP
Configure wu-ftpd to allow FXP
Configure MS IIS to allow FXP
Purchase
License Agreement
Privacy Policy
FlashFXP Browser Toolbar
Uninstall FlashFXP
Acknowledgements

Edit Custom Commands

Allows the user to define saved custom (raw) commands. Note that this does not constitute scripting.

Menu Tab

Command and Command-Group Browser

Displays an Explorer-like tree of commands and command-groups.

Command - Text Entry
Enter in the exact command, including any commany tokens.
Shortcut Key

Assigns a shortcut that executes the command.

The shortcut is a combination of modifier keys and a character.
To enter a shortcut, hold down the modifier keys and press a character.

Valid modifiers include: CTRL, ALT, CTRL-ALT, CTRL-SHIFT, ALT-SHIFT, CTRL-SHIFT-ALT

Add a new group in the currently selected group.
Create a new command in the currently selected group.
Delete the currently selected command or group.
Save all changes.
Abort all changes, close window.

Help Tab

Displays a list of command tokens that FlashFXP provides for use in custom commands.

These tokens are...

Command Tokens:
%f Selected Filename
%o Selected Owner of file
%g Selected Group of file
%p Current Path
%c Clipboard content
%d[caption] Prompt for text
%[number] Returns value of the Nth %d prompt
%b[caption] Matches bookmark caption and replaces it with bookmark path

Script Commands:
Delay [seconds] A delay before continuing to the next command
List [parms] Refreshes the file list
Compare Compare folders
&window Creates a text window with the results of the commands that follow
&list Refreshes the listing and adds the raw list format to an existing &window
&cd Changes directory
&switch Switches sides before continuing script
{ .. } Command group. See example below.

Example: this makes renaming possible when multiple files are selected.
{
RNFR %f
RNTO %f.bak
}