Differences
This shows you the differences between the selected revisions of the page.
2009-06-26 | 2010-03-12 | ||
Restored revision 1236368613. Undoing revision 1246035862. (martin) (hidden) | no summary (115.127.1.114) (hidden) | ||
Line 1: | Line 1: | ||
- | ====== File Panels ====== | + | In 2000, just I completed my graduation with B.S. from Pittsburgh, PA. I completed my graduation from Kinesiology at Penn State University. Then I joined as a teacher in Boca Raton, FL, that is 2001. I also known about on Repair Service and I joined a Repair Service Agency. I have a lot experience on Repair Service. I am satisfaction for my job and my personality. |
- | File panel is the most important part of the interface. Using it the user | + | <a href="http://www.calabasasappliancerepair.com">calabasas appliance repair</a> |
- | can select the files to work with. There is panel listing files | + | |
- | in current remote directory in both [[interfaces]]. | + | |
- | The [[ui_commander|Commander interface]] has also panel | + | |
- | listing files in current local directory. | + | |
- | &screenshotpict(remote_panel) | ||
- | ===== Selecting Files ===== | ||
- | |||
- | Method for selecting files differs with [[interface]] your are using. | ||
- | |||
- | * [[ui_commander#selecting_files|Selecting files in Commander interface]] | ||
- | * Selecting files in Explorer interface is the same as you know from Windows Explorer. | ||
- | |||
- | Commands for selecting files are available from //Mark// menu. | ||
- | |||
- | ===== Selecting Columns ===== | ||
- | In the [[ui_commander|Commander interface]] and in details view | ||
- | of the [[ui_explorer|Explorer interface]], the file panels shows several column containing information about the files. User can select which columns should be displayed and their order. | ||
- | |||
- | ^ Column ^ Panel ^ Description ^ | ||
- | | //Name/Ext// | Both | File name. | | ||
- | | //Size// | Both | File size. | | ||
- | | //Type// | Both | Description of the file type (if known). | | ||
- | | //Changed// | Both | Time of the last modification of the file. | | ||
- | | //Attr// | Local | File attributes. ''a'' stands for archive, ''r'' for read-only, ''h'' for hidden, ''c'' for compressed, ''s'' for system. | | ||
- | | //Rights// | Remote | File permissions. Three groups of three letters. The first group for owner, the second for group and the last for others (so called world). ''r'' stands for read, ''w'' for write and ''x'' for execute (for directories it means permissions to open/enter the directory). The columns is empty, if the server does not support UNIX-style permissions. | | ||
- | | //Owner// | Remote | File owner. | | ||
- | | //Group// | Remote | File group. | | ||
- | | //Link target// | Remote | Target of [[task_link|symbolic link]] (symlink). | | ||
- | |||
- | To show/hide columns use [[ui_context_menu|context menu]] of the column titles. Alternativelly use the main menu | ||
- | (//View > Show Columns// in [[ui_explorer|Explorer interface]], | ||
- | //Local (Remote) > Show Columns// in [[ui_commander|Commander interface]]). | ||
- | |||
- | To change column order, drag the column title. To change column width, drag the separator between the column titles. | ||
- | |||
- | Note that the SFTP servers may not provide all file attributes in directory listing (like owner and group). To force WinSCP to explicitly request them, invoke [[ui_properties|Properties dialog]]. | ||
- | |||
- | ===== Directory Tree ===== | ||
- | Optional component of the file panel is directory tree. You can use it to change current directory. You can also copy/move directories it shows using drag&drop or drop files and directories on it. | ||
- | |||
- | On startup, remote directory tree shows only all parent directories of the initial remote directory. As you visit other directories, content of the tree is being filled. | ||
- | |||
- | To show/hide the tree use keyboard shortcut ''Ctrl+Alt+T'', toolbar button or the main menu | ||
- | (//View > Tree// in [[ui_explorer|Explorer interface]], | ||
- | //Options / Local (Remote) Panel > Tree// in [[ui_commander|Commander interface]]). | ||
- | |||
- | ===== Sorting Files ===== | ||
- | |||
- | Files in panel can be sorted by value of any column. | ||
- | To sort the list click on column title by which you can sort | ||
- | the files. Note that for //Name/Ext// column it make difference, what part of the title you click on. To reverse the ordering, click on the same column title again. | ||
- | Note that there are no titles in the Explorer interface | ||
- | in [[ui_file_panel#view_style|icon view]]. | ||
- | |||
- | Alternatively the sorting can be set from the main menu | ||
- | (//View > Sort// in [[ui_explorer|Explorer interface]], | ||
- | //Local (Remote) > Sort// in [[ui_commander|Commander interface]]). | ||
- | |||
- | ===== Filtering ===== | ||
- | |||
- | Files displayed in panel can be filtered. | ||
- | |||
- | Enable filtering from main menu (//View > Filter// in [[ui_explorer|Explorer interface]], | ||
- | //Local (Remote) > Filter// in [[ui_commander|Commander interface]]). On Filter dialog, enter [[file_mask|mask]] to enable filtering or press //Clear// button to stop filtering. | ||
- | |||
- | Number of files filtered out (if any) is displayed on status bar. In [[ui_commander|Commander interface]], current filter is shown on [[ui_file_panel#path_label|path label]]. | ||
- | |||
- | ===== Path Label ===== | ||
- | In [[ui_commander|Commander interface]] there is path label over each panel. It shows path to current directory. You can click on any component of the path to open that directory. You can double-click the path label outside the path as shortcut to bookmark window. If [[ui_file_panel#filtering|filtering]] is enabled, current filter is shown next to path. | ||
- | |||
- | ===== Panel Toolbars ===== | ||
- | In [[ui_commander|Commander interface]] each panel has own [[ui_toolbars|toolbar]], mostly with navigation buttons. | ||
- | |||
- | ===== View Style ===== | ||
- | In [[ui_explorer|Explorer interface]] you can change view style of the file panel. The styles are the same as you know from Windows Explorer: large icons, small icons, list and details. To change style use //View// menu or toolbar icon. | ||
- | |||
- | The [[ui_commander|Commander interface]] allows only details view for both panels. | ||
- | |||
- | ===== Special Files ===== | ||
- | |||
- | &screenshotpict(special_files) | ||
- | |||
- | At some files you can see special overlay image on their icon. There are tree types: | ||
- | * Arrow on the white square - [[task_link|Symbolic link]] (remote panel) or shortcut (local panel). | ||
- | * Arrow on the red square - Broken symbolic link (remote panel only). | ||
- | * Torn sheet (or file) - Partial file (remnant of an [[resume|interrupted transfer]]). | ||
- | |||
- | Some files are rendered in grey color. It denotes hidden file, i.e. the file that should not be generally visible to user. Thus WinSCP by default does not show such files. You can display them using //[[ui_pref_panels#common_options|Show hidden files]]// on //Panels tab// of Preferences dialog. To display hidden files with FTP protocol, the server must support ''LIST -a'' command and [[ui_login_ftp#protocol_options|respective session option]] has to be enabled. If some files are hidden, their number is indicated on status bar. |