| 1234567891011121314151617181920 |
- <?xml version="1.0"?>
- <u3manifest version="1.0">
- <application uuid="48b341d1-d411-4b5a-a82c-f3b5d65602fc" version="4.0.1">
- <icon>winscp.ico</icon>
- <name>WinSCP</name>
- <description>Freeware SFTP (SSH File Transfer Protocol), FTP (File Transfer Protocol) and SCP (Secure CoPy) client for Windows using SSH (Secure SHell). Its main function is safe copying of files between a local and a remote computer.</description>
- <shortDescription>Freeware SFTP, FTP and SCP client for Windows</shortDescription>
- <vendor url="http://winscp.net/">Martin Prikryl</vendor>
- <options>
- <minFreeSpace>6</minFreeSpace>
- <upgrade appData="add" deviceExec="remove" />
- </options>
- <i18n />
- </application>
- <actions>
- <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\U3Action.exe">-hostCleanUp</hostCleanUp>
- <appStop cmd="%U3_HOST_EXEC_PATH%\U3Action.exe">-appStop</appStop>
- <appStart cmd="%U3_HOST_EXEC_PATH%\U3Action.exe">-appStart \"%U3_HOST_EXEC_PATH%\WinSCP3.exe\" /ini="%U3_APP_DATA_PATH%\WinSCP3.ini"</appStart>
- </actions>
- </u3manifest>
|