winscp.u3i 1.1 KB

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <u3manifest version="1.0">
  3. <application uuid="48b341d1-d411-4b5a-a82c-f3b5d65602fc" version="4.0.1">
  4. <icon>winscp.ico</icon>
  5. <name>WinSCP</name>
  6. <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>
  7. <shortDescription>Freeware SFTP, FTP and SCP client for Windows</shortDescription>
  8. <vendor url="http://winscp.net/">Martin Prikryl</vendor>
  9. <options>
  10. <minFreeSpace>6</minFreeSpace>
  11. <upgrade appData="add" deviceExec="remove" />
  12. </options>
  13. <i18n />
  14. </application>
  15. <actions>
  16. <hostCleanUp cmd="%U3_HOST_EXEC_PATH%\U3Action.exe">-hostCleanUp</hostCleanUp>
  17. <appStop cmd="%U3_HOST_EXEC_PATH%\U3Action.exe">-appStop</appStop>
  18. <appStart cmd="%U3_HOST_EXEC_PATH%\U3Action.exe">-appStart \"%U3_HOST_EXEC_PATH%\WinSCP3.exe\" /ini="%U3_APP_DATA_PATH%\WinSCP3.ini"</appStart>
  19. </actions>
  20. </u3manifest>