Differences
This shows you the differences between the selected revisions of the page.
| 2017-03-15 | 2017-06-12 | ||
| Restored revision 1427960907. Undoing revisions 1489546280, 1489546293. (martin) (hidden) | no summary (DWVZ2000) (hidden) (untrusted) | ||
| Line 3: | Line 3: | ||
| Learn how to [[troubleshooting|troubleshoot]] problems with WinSCP. | Learn how to [[troubleshooting|troubleshoot]] problems with WinSCP. | ||
| - | ===== Support Forum ===== | + | I am trying to run a script that transfers files that have spaces in their name. I can not get it to work. I am on Winscp Version 5.7.7 Build 6257. I have tried many methods using single quotes, double quotes, etc. and none work. It keeps telling me System can't find file specified. It shows |
| - | If you are not able to help yourself, you can [[reporting|report]] your problem on WinSCP support forum. | + | the folder and then the first word of the file name before first space. My file name is as follows --> Current Inpatients Daily Report-2017-06-12.csv. |
| + | |||
| + | Below is my script as is stands now after modifying it numerous times to try to make it work. | ||
| + | --------------------------------------------------------------- | ||
| + | ="C:\Program Files\WinSCP\WinSCP.exe /console /command ""option confirm off"" ""option batch off"" ""open MyWinzip"" ""put \\Server1\MyFiles\" & ""Current Inpatients Daily Report-"" & "*%TimeStamp#yyyy-mm-dd%" & ".csv"" ""exit"" " | ||
| + | --------------------------------------------------------------- | ||
| + | |||
| + | Thank you very much for any help to resolve this problem. | ||
| + | |||
| + | |||
| - | WinSCP support forum is monitored by WinSCP development team. Sensible posts, that follow [[reporting|reporting guidelines]], get answered in two business days on average. | ||
| - | ~~NOTOC~~ | ||