• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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