Differences

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

2022-09-21 2022-09-21 (current)
no summary (2.191.224.228) (hidden) (untrusted) Restored revision 1624005986. Undoing revision 1663743952. (martin) (hidden)
Line 37: Line 37:
You can also use input/output redirection when running ''winscp.com'' from another application. //For example see [[guide_dotnet#input|Guide to SFTP transfers in .NET]]. Though for this purpose, consider using [[library|WinSCP .NET assembly]] instead.// You can also use input/output redirection when running ''winscp.com'' from another application. //For example see [[guide_dotnet#input|Guide to SFTP transfers in .NET]]. Though for this purpose, consider using [[library|WinSCP .NET assembly]] instead.//
- 
-====== Portable Use ====== 
- 
-===== Using Portable Executable ===== 
-WinSCP can be [[&downloads#additional|downloaded]] in the form of standalone Portable executables. The [[executables|executables]] in the Portable executables package are identical to the executables in an Installation package. The difference is that the [[installation|installer]] pre-configures the executables to override their default portable behavior. 
- 
-Portable executables are intended for advanced users and specific needs. For general use, use [[installation|installer]]. 
- 
-On startup, the Portable executable looks for an [[config|INI file]] in the directory from which it was started. The INI file must have an ''.ini'' extension and the same name as the executable. If the executable does not find any, it creates one with a default configuration. This allows you to easily carry WinSCP with your [[config|configuration]] on a removable media or a USB drive. For details, see [[config#auto|auto-selecting configuration storage]]. 
- 
-You may also use an INI file in a different folder or with a different name using an [[commandline|/ini switch]]. 
- 
-===== [[full]] 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 -- for example, a portable 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 locations where WinSCP is started from, set following parameters: 
- 
-<code ini> 
-[Configuration\Interface] 
-RandomSeedFile=.\winscp.rnd 
-DDTemporaryDirectory=.\temp\ 
-</code> 
- 

Last modified: by martin