Differences
This shows you the differences between the selected revisions of the page.
| ui_pref_storage 2017-02-03 | ui_pref_storage 2026-06-03 (current) | ||
| Line 1: | Line 1: | ||
| - | ====== Storage Page (Preferences Dialog) ====== | + | ====== The Storage Page (Preferences Dialog) ====== |
| The //Storage page// on the [[ui_preferences|Preferences dialog]] 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]]. | ||
| Line 9: | Line 9: | ||
| 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. | ||
| Line 22: | Line 24: | ||
| 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. | + | 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. | ||