CoreFTP won't upload files when they don't exists on the destination folder

Core FTP client questions and answers
Locked
ut342y
Posts: 1
Joined: Fri Oct 07, 2022 6:39 pm

CoreFTP won't upload files when they don't exists on the destination folder

Post by ut342y »

I'm running the following command line to upload the file "TEST.txt", but it only uploads when the file exists in the destination folder.


"C:\Program Files\CoreFTP\coreftp.exe" -s -site SENIORTESTAPPS -u "C:\TESTS\TEST.txt" -p "D:\Destination\" -log SFTPLOG.log
ForumAdmin
Site Admin
Posts: 979
Joined: Mon Mar 24, 2003 4:37 am

Re: CoreFTP won't upload files when they don't exists on the destination folder

Post by ForumAdmin »

add -o for overwrite.
Locked