viewedit.htm

来自「一个FTP下载的源代码。代码质量非常高」· HTM 代码 · 共 38 行

HTM
38
字号
<html>
<head>
<title>File viewing / editing</title>
<link rel="stylesheet" type="text/css" href="filezilla.css">
</head>
<body>
<p align="center" class="PageCaption">File viewing / editing</p>
<p class="MidCaption" align="left">Overview:</p>
<p class="bodyText" align="left">FileZilla can view / edit files on the server. 
On this page you can associate programs with the different filetypes.</p>
<p class="bodyText" align="center">
<img border="0" src="viewedit.png" width="597" height="405">
<br>(File viewing / editing page of the FileZilla Options dialog box)</p>
<p class="SmallCaption" align="left">
Default program to view or edit a file</p>
<p class="bodyText" align="left">
The default program is always used to open a file if no other program has been 
specified for that type of file.</p>
<p class="SmallCaption">Custom file associations</p>
<p class="bodyText">Each line represents one file association. Every line begins 
with the file extension followed by a space. Then the program that should be 
used to open the file follows. You have to quote all extensions, which contain 
spaces. Invalid lines will be removed from the list.<br>
For files without an extension, for example file with the name README which can 
be found on a lot of servers, enter a single dot as filetype.</p>
<p class="bodyText"><u>Some examples:</u></p>
<p class="bodyText">txt c:\windows\system32\notepad.exe<br>
abc c:\program files\abc\abc.exe<br>
&quot;my very long extension&quot; c:\mytool.exe<br>
. c:\mytools\textview.exe</p>



</body>



</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?