Robo copy to ftp server

chuck DM 101 Reputation points
2020-10-05T23:37:42.067+00:00

I am trying to send one big file from a windows server to the FPT location through robo copy. I am using the following command:-

ROBOCOPY "G:\Backup\full" "\ftp.xyz.com\backup" ABC.bak /Z /R:5 /W:60 /LOG:"G:\Backup\full\robocopy.log"

But I am getting the following error msg:-
Error 53 (0x00000035) Getting File System Type of Destination \ftp.xyz.com\backup
The network path was not found.

But I log into the ftp server ftp.xyz.com through file explorer.

Any idea why I am getting error msg?
Thanks

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Leon Laude 86,026 Reputation points
    2020-10-06T07:16:45.017+00:00

    Hi @chuck DM ,

    Robocopy doesn't work for copying to/from an FTP server, Robocopy only works with with drive letter and UNC paths (for example: \server\share) which use the SMB/CIFS protocol.

    ----------

    (If the reply was helpful please don't forget to upvote or accept as answer, thank you)

    Best regards,
    Leon

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.