Delete Files - Permission denied

Advertisement

Ralf
Guest

Delete Files - Permission denied

Hi,
I use WinSCP V 4.2.7 as Client, the Server is WS FTP Pro 7.

The Code I use is something like that:
get -delete *.txt "D:\Beispiel FTP Transfer\Download vom Transparenztool\*.txt"

and I get Permission denied. In the log-file I can see something like this:

Deleting file "7886701145_137_2010.txt".
DELE /export/tsnl_no/7886701145_137_2010.txt
450 Deletion failed

The problem is the / at the beginning. In the Command-Line this will delete the file:

Executing user defined command.
dele export/tsnl_no/7886701145_137_2010.txt
250 deleted
Getting current directory name.

How can I change my script so that there is no / at the beginning of the commmands? Or is this only a Problem of WS FTP Pro 7 (FileZilla works fine)?

Thanks,
Ralf

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Delete Files - Permission denied

I do not see why the slash at the beginning is a problem. Why the server does not accept it?

Reply with quote

martin
Site Admin
martin avatar

Re: Delete Files - Permission denied

Anonymous wrote:

Edit: In WS FTP Pro there is in the User settings an option named 'Show home folder as root'... Now everingthing works fine !!!
Thanks for sharing the information!

Reply with quote

Advertisement

You can post new topics in this forum