Differences
This shows you the differences between the selected revisions of the page.
2018-05-14 | 2018-09-01 | ||
Restored revision 1432298423. Undoing revision 1526311589. (martin) (hidden) | no summary (47.11.86.89) (hidden) (untrusted) | ||
Line 10: | Line 10: | ||
You may also use an INI file in a different folder or with a different name using an [[commandline|/ini switch]]. | You may also use an INI file in a different folder or with a different name using an [[commandline|/ini switch]]. | ||
- | ===== Full Portability ===== | ||
- | With default [[config|configuration]] WinSCP still stores some temporary data on the file system of the host computer. You can configure WinSCP to be completely portable though. I.e. make it store all its files and configuration in one place - a portable drive (such as USB drive). | ||
- | |||
- | WinSCP stores by default these files to the host computer: | ||
- | * [[ui_pref_storage#other|Random seed file]] (file ''winscp.rnd'' in ''C:\Users\username'' folder); &winpath | ||
- | * [[temp_folders|Temporary files]] (system temporary folder). | ||
- | |||
- | You can force WinSCP to store the files into different locations in [[ui_pref_storage|preferences]]. You can use [[local_path|local paths]] relative to the WinSCP start folder. | ||
- | |||
- | To change the storage directly in an INI file to the same location, where WinSCP is started from, set following parameters: | ||
- | |||
- | <code ini> | ||
- | [Configuration\Interface] | ||
- | RandomSeedFile=.\winscp.rnd | ||
- | DDTemporaryDirectory=.\ | ||
- | </code> | ||