I want to download only php, html, css, xml and js files from FTP server. How to do this with WinSCP (4.2.4)?
migrated from serverfault.com Nov 10 '09 at 21:45
|
(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. |
|||||
|
|
The asnwer by @David Spillett is correct for files in the current directory. If you want to do this recursively, use transfer file mask: The mask would be the same as David suggested, i.e. For more details: |
|||
|
|