i use CF-lite, V1.3, build 1391.
my problem? simplifiying uploads using a script wotks partly.
C:\...\coreftp.exe -s -u E:\...\index.htm -site "..." -O (no -p) works fine.

C:\...\coreftp.exe -s -u E:\...\de\schlagzeilen\index.htm -site "..." -p /de/schlagzeilen -O fails.

THE LOGFILE
SYST
215 UNIX Type: L8
PWD
257 "/" is your current location
PASV
227 Entering Passive Mode (80,67,17,19,227,130)
LIST
Connect socket #104 to 80.67.17.19, port 58242...150 Accepted data connection
226-Options: -a -l
226 6 matches total
Transferred 382 bytes in 0.050 seconds
PWD
257 "/" is your current location
CWD /webseiten/proFRAU/
250 OK. Current directory is /webseiten/proFRAU
PASV
227 Entering Passive Mode (80,67,17,19,207,114)
LIST
Connect socket #104 to 80.67.17.19, port 53106...150 Accepted data connection
226-Options: -a -l
226 10 matches total
Transferred 630 bytes in 0.110 seconds
CWD de/schlagzeilen
250 OK. Current directory is /webseiten/proFRAU/de/schlagzeilen
(c-c-a: this is OK)

PASV
227 Entering Passive Mode (80,67,17,19,255,130)
LIST
Connect socket #104 to 80.67.17.19, port 65410...150 Accepted data connection
226-Options: -a -l
226 6 matches total
Transferred 376 bytes in 0.050 seconds
CWD de/schlagzeilen
(c-c-a: why a second time?)

550 Can't change directory to de/schlagzeilen/: No such file or directory
(c-c-a: gives naturally this error)

Total uploaded files: 0
Total uploaded data: 0
Total downloaded files: 0
Total downloaded data: 0
with kind regards
c-c-a