Node:Adding a file transfer mode, Next:Changing a file transfer mode, Up:File Transfer Modes
To add a new file transfer mode to the WebPublish database, you
must add a new record to the mode
database file. To add a new
record to the mode
database file, you must specify a file
extension and a file transfer mode.
The following example will override the file transfer mode for
all of the files that are transferred with a css
file extension.
All files that have a css
file extension will be transferred in
text mode.
webpublish --add -F mode -e css -m text