Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Error Code 4

You cannot compare mv command in shell and mv command in SFTP. MV command in SFTP does not allow renaming to existing name by specification.
Lord Raiden

Error Code 4

version 4.1
SFTP

I get an Error Code 4 when trying to rename a file using a script. I understand that the error refers to renaming to the name of an already existing file. I'm doing this on purpose.

My question is, why is it when using the GUI panel I can rename it, when clicking on HOM to open a terminal, I can rename (mv) it. But when opening the session via a script, I cannot rename it??? Is there some setting I need to do to allow me to rename the file to an existing one?

Thanks.