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.
Network Component > SSH
| Error codes |
|---|
| Click here to view the full list of error codes |