• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

FTP Backup "check0 Transport Error:.."

amasingh

New Pleskian
Hi all,

I tried to configure FTP Backupspace on Plesk 12.0.18 (Ubuntu).

But when I click on "OK" I get the following Error Message:

"drwx------ 2 111277 2000 10 Feb 11 18:36 check0 Transport error: unable to write file /check0/test: Can not create temporary file with the template '/data/tmp/repo_transport_tmp_Qy3d3o': No such file or directory."

Does anyone know how to fix this?
 
It means you defined an incorrect path for the FTP repository. You might want to verify that the path you defined in plesk actually exists on the FTP server.
 
Where can I define the path? the input field for the "path" I left empty while adding the FTP repository.
 
Hello Amasingh,

To rule out issues with the FTP server, please try uploading a file or 2 from SHELL using the command #ftp on the very server you are getting these problems.

Give us the results ...
 
Thanks for the Idea to test putting files on it. It seems you are right. Any Idea how to fix this problem? It seems I get the problems when I try to put files in a folder, which do not exist.
Its an FTP Backup Space from my provider, so I cant configure anything for the FTP. I only have access from my server to it.

The Results are:

ftp > put /data/test.file
local: /data/test.file remote: /data/test.file
200 PORT command successful. Consider using PASV.
553 Could not create file.

After creating the folder "data" on FTP, the file was successfull uploaded
 
Technically, you can't upload files to a NON existent folder. Therefore from your plesk, define a folder that already exists are the FTP repository before attempting to upload files to it.
 
I've created a folder "backups" on FTP now and set "Directory for backup files storage" to "/backups/", but I get the same error, cause it seems Plesk is not able to get the "repo_transport_tmp_Qy3d3o" File from local system.
 
FOUND the Problem :)
The Folder "/data/tmp" on local file system of the server, did not exist. After creating it, now it works :) Thank for your support!
 
Please refer to my previous response. Ensure the path you set in plesk ie /data/ already exists at your FTP repository.
 
Back
Top