Knowledge Base FAQ Item #1230020
Q1230020: I get the following error when rusing Ssh: "22480 Failed to create temporary file". I'm using your ASP sample. What's wrong?
The SSH component needs read/write access to a temporary folder. There will be three temp files written to it, indicated by the following three undocumented properties:
- sysTmpFileRes
- sysTmpFileOut
- sysTmpFileErr
Make sure that the anonymous ASP user has read/write access to the directory where the files will be written. You can even change the paths for the above three properties and assign different file locations.
(viewed: 1061)