...
To set a single file mask and its corresponding transfer mode type:
| Panel |
|---|
| Html bobswift |
|---|
<pre>
filetype binary=*.exe
</pre>
|
|
To set a series of file masks in a single call, instead of making multiple calls:
| Panel |
|---|
| Html bobswift |
|---|
<pre>
filetype text=*.txt text=*.c binary=*.exe binary=*.dat
</pre>
|
|
To remove a file mask:
| Panel |
|---|
| Html bobswift |
|---|
<pre>
filetype remove=*.txt
</pre>
|
|