Re: Folder Content Exporting to Excel
To copy filenames, go to File > File Names > Copy to Clipboard:
https://winscp.net/eng/docs/filenames#file_name
If you need sizes (and other attributes), then it is more difficult. Do you have shell access? (you mentioned both SCP and FTP, what are two different things, so I'm not sure which one are you actually using). With shell access, you can execute
https://winscp.net/eng/docs/remote_command
Another way is to implement a custom command/extension to produce a listing in any format you need. But that involves coding.
https://winscp.net/eng/docs/filenames#file_name
If you need sizes (and other attributes), then it is more difficult. Do you have shell access? (you mentioned both SCP and FTP, what are two different things, so I'm not sure which one are you actually using). With shell access, you can execute
ls
command on the server
https://winscp.net/eng/docs/remote_command
Another way is to implement a custom command/extension to produce a listing in any format you need. But that involves coding.