Re: Transfer and add extension
To select only files with no extension use a file mask
https://winscp.net/eng/docs/file_mask#exceptions
To change file extension use an operation mask
https://winscp.net/eng/docs/operation_mask
The command wold be like:
*.
https://winscp.net/eng/docs/file_mask#exceptions
To change file extension use an operation mask
*.bak
https://winscp.net/eng/docs/operation_mask
The command wold be like:
get /source/path/*. C:\destination\path\*.bak