Move Item Activity in FTP-error

Hi,

we are trying to move file from one remote path to another remote path using SFTP activity while performing we are getting below error. can anyone guide me…

Thanks in advance

RemoteException wrapping Renci.SshNet.Common.SshException: Failure
at Renci.SshNet.Sftp.SftpSession.RequestRename(String oldPath, String newPath)
at Renci.SshNet.Sftp.SftpFile.MoveTo(String destFileName)
at UiPath.FTP.SftpSession.UiPath.FTP.IFtpSession.Move(String remotePath, String newPath, Boolean overwrite)
at UiPath.FTP.Activities.MoveItem.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

I am also facing the same issue

@loginerror do you have any suggestion on this

here by i am closing this the issue is resolved

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.

Could you please share the solution? :slight_smile:

@loginerror if we are trying to move the one SFTP folder to another SFTP folder
while doing for unique reference we are creating folders as Timestamp.

the expected folder is not present in the destination, so we are getting this error.

only the folders can be moved we can’t create subfolders while moving from source to destination.

1 Like