Upload folder command line failure in x64 builds 1795-1798

Report client bugs
Post Reply
schultkl
Posts: 4
Joined: Mon Oct 14, 2013 11:44 pm

Upload folder command line failure in x64 builds 1795-1798

Post by schultkl »

Hello:

The following command works in Core FTP LE 2.2, build 1792, x64:

c:\>"c:\program files\coreftp\corecmd.exe" -O -u C:\path\to\WebRoot\ -site SiteProfile -p /RemoteSubFolder/ -log C:\Temp\output.log

However, it seems to fail in subsequent builds 1795, 1796, and 1798.

Intent: Recursively upload contents of local folder hierarchy to remote site subfolder. For example, if file C:\Path\To\WebRoot\ contained the following hierarchy:

C:\Path\To\WebRoot\A\FileA.txt
C:\Path\To\WebRoot\B\FileB.txt
C:\Path\To\WebRoot\FileC.txt

The remote hierarchy, after the transfer:

/RemoteSubFolder/A/FileA.txt
/RemoteSubFolder/B/FileB.txt
/RemoteSubFolder/FileC.txt

Thank you.
Last edited by schultkl on Mon Aug 04, 2014 5:21 pm, edited 3 times in total.
schultkl
Posts: 4
Joined: Mon Oct 14, 2013 11:44 pm

Post by schultkl »

Hello:

The following command DOES work in the 32-bit versions 1792, 1795, 1796, and 1798:

c:\>"c:\program files (x86)\coreftp\corecmd.exe" -O -u C:\path\to\WebRoot\ -site SiteProfile -p /RemoteSubFolder/ -log C:\Temp\output.log

So it appears like a discrepancy between the 64-bit and the 32-bit versions (?)
Post Reply