GetFiles and remove set to true tries to delete folder

Advertisement

JKL
Joined:
Posts:
6
Location:
Poland

GetFiles and remove set to true tries to delete folder

Hi,
I have an issue.
I have GetFiles method's remove option set to true.
It removes all files but then it tries to remove the remote folder that those files where in.
I do not have permission to do that and that generates an error.

Anything I can do about that?

Reply with quote

Advertisement

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

Re: GetFiles and remove set to true tries to delete folder

I suppose you do:
session.GetFiles("/remotepath/folder", "C:\\localpath\\", true).
This moves folder from /remotepath to C:\localpath\.

You probably want to do:
session.GetFiles("/remotepath/folder/*", "C:\\localpath\\folder\\", true) (note the slash).
This moves contents of /remotepath/folder/ to C:\localpath\folder\

Reply with quote

JKL
Joined:
Posts:
6
Location:
Poland

I have:
session.GetFiles("/UP/", "\\hostname\SftpDownload\", True, transferOptions)

So there is a slash at the remote path end.

Reply with quote

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

Please attach a full session log file showing the problem (using the latest version of WinSCP).

To generate log file, set Session.SessionLogPath. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.

Reply with quote

martin
Site Admin
martin avatar

Re: GetFiles and remove set to true tries to delete folder

Sorry, I was wrong, you need to also add a file mask (*) to the source path, to select only contents. I've updated by answer above.

Reply with quote

Advertisement

pavanmanideep
Joined:
Posts:
4
Location:
Hyderabad

Removing file after movement deletes folder

As suggested below, when used * as mentioned, getting
badly formatted packet or protocol incompatibility
Can you please suggest alternative on this.

Reply with quote

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

Re: Removing file after movement deletes folder

@pavanmanideep: Please attach a full session log file showing the problem (using the latest version of WinSCP).

To generate the session log file, set Session.SessionLogPath. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.

Reply with quote

pavanmanideep
Joined:
Posts:
4
Location:
Hyderabad

Removing file after movement deletes folder

Please find the log file attached, please help, facing this issue since one week..
  • Attachment.txt (15.28 KB, Private file)
Description: Log file

Reply with quote

Advertisement

pavanmanideep

Re: Removing file after movement deletes folder

I have attached the log in my earlier post, please review and suggest on this...error. Let me know if any more information is needed.

Thank you.

Reply with quote

martin
Site Admin
martin avatar

Re: Removing file after movement deletes folder

@pavanmanideep: I do not see any "badly formatted packet or protocol incompatibility" error in the log. The log does not even come from WinSCP .NET assembly.

Reply with quote

Advertisement

You can post new topics in this forum