Using silent switch in command line not as expected

Report client bugs
Locked
LarryLarry
Posts: 1
Joined: Thu Feb 07, 2013 3:44 pm

Using silent switch in command line not as expected

Post by LarryLarry »

I have a command line as follows

[code]"c:\program files\coreftp\corecmd.exe" -OG -site WEBSERVER -d /REPORTS/ -recurse -p E:\WebData\REPORTS -log E:\WebData\REPORTSLOG.txt[/code]
Works great for many months.

Recently I decided to add the silent option like this
[code]"c:\program files\coreftp\corecmd.exe" [b]-s[/b] -OG -site WEBSERVER -d /REPORTS/ -recurse -p E:\WebData\REPORTS -log E:\WebData\REPORTSLOG.txt[/code]

and instead of downloading only the remote reports directory it moves up one and downloads the entire / root folder to E:\WebData\REPORTS

What am I doing wrong?
Locked