Re: Delete Remote files without deleting remote folder locations
WinSCP cannot ignore subfolders with the
But if the files you are deleting have specific extension(s), you can limit deleting to that extension(s):
Otherwise you will have to use a more powerful language. Like a PowerShell script with use of WinSCP .NET assembly.
rm
command.
But if the files you are deleting have specific extension(s), you can limit deleting to that extension(s):
rm /cr/dbhome/D0096T31/import/*.ext<180D
Otherwise you will have to use a more powerful language. Like a PowerShell script with use of WinSCP .NET assembly.