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:
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.
"C:\Program Files (x86)\WinSCP\winscp.exe" vand /upload *.txt /defaults
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.