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?
Using silent switch in command line not as expected
-
- Posts: 1
- Joined: Thu Feb 07, 2013 3:44 pm