I want to download only php, html, css, xml and js files from FTP server. How to do this with WinSCP (4.2.4)?

link|improve this question

69% accept rate
feedback

migrated from serverfault.com Nov 10 '09 at 21:45

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 2 down vote accepted

(a simple app specific question like this belongs on the app's support forum, or perhaps SuperUser but not ServerFault, but as I know and I'm taking a work break I'll answer anyway)

You would have to use the Select Files command from the Mark menu (usually bound to the key numpad:+) and type your match pattern (i.e. *.php;*.js) into there. You can then operate on the selected files as usual.

link|improve this answer
How to select files in subfolders too? "Including directories" option doesn't work. – Semyon Perepelitsa Nov 11 '09 at 14:06
That is probably not possible. You would need a client that you could script. Or perhaps use another protocol if possible (for instance using rsync over the SSH connection if permitted by your server config - a combination of its --recursive option and --include/--exclude options woudl do what you are looking for). – David Spillett Nov 11 '09 at 15:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.