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: What mechanism Winscp is using while creating and deleting files

Again, that's not a question for WinSCP. That's about the server you are using.
shabbirabubakar

What mechanism Winscp is using while creating and deleting files

Thanks for your reply.

Can you please how can i restrict OS user to only create and rename files only using Winscp and must not be able to delete files even created by itself.
martin

Re: What mechanism Winscp is using while creating and deleting files

WinSCP uses commands of the protocol your are connected with (SFTP, FTP, etc). How's that implemented depends on the server. But I'm pretty sure that no server launches shell commands for that.
shabbirabubakar

What mechanism Winscp is using while creating and deleting files

I was expecting that winscp is using 'rm' command to remove files like we use it while deleting files from putty.

I have done some changes at the OS level due to which my OS user "applftp" is unable to delete any file from putty and once i connected through winscp using same user, it can delete the file.