Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

jphull60

version 5.15 - upload files using wildcard

This has two parts. Here is the test line I am using to try and upload files to a remote FTP Server:

"C:\Program Files (x86)\WinSCP\winscp.exe" vand /upload *.txt /defaults

When I run this in the commandline I will get a window open that tells me it cannot find the file specified (*.txt)

How do I specify a wildcard set of files on the command line for I really do not want to create scripts to manage along with bat files. I have looked through the documentation but did not see any specific example that addresses this question.