Differences

This shows you the differences between the selected revisions of the page.

2024-05-04 2024-05-04 (current)
1 (198.204.244.34) (untrusted) removed (martin)
Line 1: Line 1:
-====== Clipboard Operations ====== 
- 
-WinSCP supports operations with files, paths and session URLs through the clipboard.  
- 
- 
-===== Files ===== 
- 
-==== [[copy]] Copy ==== 
- 
-To copy files to the Clipboard, use the common ''Ctrl+C'' keyboard shortcut, or go to //Files > Copy// in the main menu. You can copy files both from both the [[ui_file_panel|remote and local file panels]]. The files copied to the clipboard can be pasted either back to WinSCP, into other panel or another directory, both local or remote, or to another application, like Windows File Explorer. When pasting files to another application, WinSCP by default shows a [[ui_copy|confirmation dialog]]. You can turn that off in [[ui_pref_environment|the preferences]], or directly on the dialog itself. 
- 
-==== [[paste]] Paste ===== 
- 
-To paste the files copied to the clipboard (by WinSCP or another application), use the common ''Ctrl+P'' keyboard shortcut, or go to //Files > Paste// in the main menu. 
- 
-===== [[paths]] Paths ===== 
-If the clipboard contains a plain text string only, the //Files > Paste// command opens the path stored in the clipboard in the current [[ui_file_panel|file panel]]. 
- 
-Learn how to [[filenames#cwd|copy the path to the current working directory]] to the clipboard. 
- 
-===== [[url]] Session URL ===== 
-If the clipboard contains a [[session_url|session URL]], the //Files > Paste// opens a new session specified by the URL. You can also paste the URL on the [[ui_login|Login dialog]]. 
- 
-Learn how to [[ui_generateurl|generate the URL of the current session]].