The skip list provides you with flexible control over which files are transferred. Adding a mask to the skip list will prevent any matching items(s) from being transferred.
The ( ? ) character will match any single character and the ( * ) character will match any range of characters. Please refer to our pattern matching guide for more information.
Commands are; New Entry |
Delete Entry |
Edit Entry
Pattern:
For example to skip files that end with an extension .$$$ you would add *.$$$ and set the comparison to name of file.
Compare:
This allows you to limit the scope of the pattern matching to a specific context.
Name of File
When selected the pattern will be compared to the relative file name. (filename.ext = pattern)
Use this if you want to skip a file name that matches the pattern.
Pattern: *.html Path: <any> Name: index.html Type: File Skipped: true
Name of Folder
When selected the pattern will be compared to the relative folder name. (folder = pattern)
Use this if you want to skip a folder name that matches the pattern.
Pattern: temp Path: <any> Name: temp Type: Folder Skipped: True
Path of File
When selected the pattern will be compared to the absolute path. (/path/to/ = pattern)
Use this when you want to skip all files within a specific path matching the defined pattern.
Pattern: /dev/flashfxp.com/ Path: /dev/flashfxp.com/ Name: <any> Type: File Result: True
Path of Folder
When selected the pattern will be compared to the absolute path. (/path/to/ = pattern)
Use this when you want to skip only sub-folders within a specific path matching the defined pattern.
Pattern: /dev/flashfxp.com/ Path: /dev/flashfxp.com/ Name: <any> Type: Folder Result: True
Any
When selected the pattern will be compared against the path, name, and path+name.
Use this when you want to skip any file or folder matching the defined pattern.
Enable skip list
When checked, the skip list will be enabled.
Skip 0 byte files
When checked, FlashFXP ignores any files of 0 bytes.
Skip empty folders
When checked, FlashFXP ignores any empty folders.
Display skip items in
This allows the user to select a color in which the skip items are displayed in for a visual information purposes. Default is red.
When to skip
Automatic File Transfers
An automatic transfer occurs when FlashFXP en-queues nested files or folders within a folder that was manually queued.
Manual File Transfers
A manual transfer occurs when the user interactively queues or transfers an item.
Both
The skip list is applied to automatic and manual transfers.