Differences
This shows you the differences between the selected revisions of the page.
filenames 2007-04-04 | filenames 2023-10-09 (current) | ||
Line 3: | Line 3: | ||
===== Clipboard ===== | ===== Clipboard ===== | ||
- | ==== File Name ==== | + | |
- | You can copy names of files [[ui_file_panel#selecting_files|selected in file panel]] to clipboard, either just names or full paths. Go to //File(s) > File Names > Copy to Clipboard// or //Copy to Clipboard (Include Paths)//. The command is also available from file [[ui_context_menu|context menu]]. | + | ==== [[file_name]] File Name ==== |
+ | You can copy names of files [[ui_file_panel#selecting_files|selected in file panel]] to clipboard, either just names or full paths. Go to //Files > File Names > Copy to Clipboard// or //Copy to Clipboard (Include Paths)//. The command is also available from file [[ui_context_menu|context menu]]. | ||
==== File URL ==== | ==== File URL ==== | ||
- | You can also copy file URL to clipboard. URL will be in format: | + | To open [[ui_generateurl|Generate File URL dialog]] for selected files go to //Files > File Names > Generate File URL//. |
- | <code><protocol>://<session>/<path>/<filename></code> | + | |
- | where ''protocol'' is "sftp", "ftp" or "scp" and ''session'' is name of currently opened [[ui_login_stored_sessions|stored session]] or ''user@host''. This is URL format that WinSCP understands, when registered to handle [[integration#url|SFTP and SCP protocols URL addresses]]. | + | |
- | See [[custom_commands#url|example of custom command]] that puts HTTP (web page) URL of file to clipboard. | + | See also an extension to [[extension_generate_http_url|generate HTTP URL]]. |
- | ==== Current Working Directory ==== | + | ==== [[cwd]] Current Working Directory ==== |
- | To copy path to current working directory to clipboard, go to //Commands > Copy Path to Clipboard// in [[ui_explorer|Explorer-like interface]] or | + | To copy path to the current working directory to the clipboard, go to //Commands > Copy Path to Clipboard// in [[ui_explorer|Explorer interface]] or |
- | //Local (Remote) > Copy Path to Clipboard// in [[ui_commander|Norton Commander interface]]. | + | //Local/Remote/Left/Right > Copy Path to Clipboard// in [[ui_commander|Commander interface]]. |
- | You can also open [[task_navigate#opening_path_stored_in_clipboard|directory whose path is stored in clipboard]]. | + | You can also open [[task_navigate#paste|the directory whose path is stored in the clipboard]]. |
- | ===== Command Line ===== | + | ===== [[command_line]] Command Line ===== |
- | You can insert names of files [[ui_file_panel#selecting_files|selected in active file panel]] to [[ui_commander#command_line|command line]] in Norton Commander interface. Use command //Files > File Names > Insert to Command Line// (or press ''Ctrl+Enter''). | + | You can insert names of files [[ui_file_panel#selecting_files|selected in active file panel]] to [[ui_commander#command_line|command line]] in Commander interface. Use command //Files > File Names > Insert to Command Line// (or press ''Ctrl+Enter''). |
===== Custom Commands ===== | ===== Custom Commands ===== |