Differences
This shows you the differences between the selected revisions of the page.
| ui_pref_storage 2013-04-29 | ui_pref_storage 2026-06-03 (current) | ||
| Line 1: | Line 1: | ||
| - | ====== Storage Tab (Preferences Dialog) ====== | + | ====== The Storage Page (Preferences Dialog) ====== |
| - | The //Storage tab// allows you to configure where and how WinSCP stores its data, including [[config|configuration]]. | + | The //Storage page// on the [[ui_preferences|Preferences dialog]] allows you to configure where and how WinSCP stores its data, including [[config|configuration]]. |
| &screenshotpict(pref_storage) | &screenshotpict(pref_storage) | ||
| - | ===== Configuration Storage ===== | + | &toc_title_page_sections |
| + | |||
| + | ===== [[configuration_storage]] Configuration Storage ===== | ||
| Check //Windows Registry// to store [[config|configuration]] to Windows registry. | Check //Windows Registry// to store [[config|configuration]] to Windows registry. | ||
| - | Check //INI file// to store [[config|configuration]] to an INI file. You need to have a write access to the directory you are running WinSCP from to switch to an INI file. | + | Check //Automatic INI file// to store a configuration to an INI file in the [[config#ini|default location]]. |
| + | |||
| + | Check //Custom INI file// to store a configuration into a custom [[local_path|local path]]. //This can be useful to [[guide_config_cloud|store the configuration to a folder shared over a cloud]].// Note that the location of a custom INI file is stored in Windows registry. | ||
| When you change a configuration storage, the configuration is automatically transferred for you. | When you change a configuration storage, the configuration is automatically transferred for you. | ||
| - | ===== Temporary Directory ===== | + | ===== [[temporary_directory]] Temporary Directory ===== |
| In the section //Temporary Directory// you can configure where should WinSCP store [[temp_folders|temporary files]]. | In the section //Temporary Directory// you can configure where should WinSCP store [[temp_folders|temporary files]]. | ||
| Line 19: | Line 23: | ||
| When storing temporary copies of remote files (such as when [[task_edit|editing remote files]]), WinSCP can reflect the location of the remote files into path to local temporary copy. You can choose to //Append session name to temporary path// and/or to //Append remote path to temporary path//. | When storing temporary copies of remote files (such as when [[task_edit|editing remote files]]), WinSCP can reflect the location of the remote files into path to local temporary copy. You can choose to //Append session name to temporary path// and/or to //Append remote path to temporary path//. | ||
| + | |||
| + | Check //Keep temporary copies of remote files in deterministic paths// to make WinSCP avoid using random part of the path to local copies of remote files. It also makes WinSCP retain the copies even after exit.((Does not affect ==temporary files== used when [[task_move_duplicate#duplicate|duplicating remote files]] and executing local [[custom_command|custom commands]] with remote files.)) | ||
| Checkbox //Cleanup obsolete temporary directories on startup// enables [[temp_folders#cleanup|cleanup of obsolete temporary directories on startup]]. Use checkbox //Ask before cleanup// to enable/disable confirmation before the cleanup. | Checkbox //Cleanup obsolete temporary directories on startup// enables [[temp_folders#cleanup|cleanup of obsolete temporary directories on startup]]. Use checkbox //Ask before cleanup// to enable/disable confirmation before the cleanup. | ||
| - | ===== Other ===== | + | ===== [[other]] Other ===== |
| In //Random seed file// box you can specify [[local_path|local path]] where WinSCP should store randomly generated data it uses on startup to seed its encryption random number generator. | In //Random seed file// box you can specify [[local_path|local path]] where WinSCP should store randomly generated data it uses on startup to seed its encryption random number generator. | ||
| ===== Further Reading ===== | ===== Further Reading ===== | ||
| - | + | Read more about [[ui_preferences|Preferences dialog]] and its other [[ui_preferences#pages|pages]]. | |
| - | Read more about [[ui_preferences|Preferences dialog]] and its other [[ui_preferences#tabs|tabs]]. | + | |