Command line is only uploading partial folder

Core FTP client questions and answers
Post Reply
ed968
Posts: 5
Joined: Mon Feb 04, 2008 2:53 pm

Command line is only uploading partial folder

Post by ed968 »

I'm trying to upload an entire folder using FTP via a command line. The folder has several subfolders under it. CoreFTP is only uploading the first subfolder for some reason.

I'm using the following command:

Code: Select all

C:\coreftppath\coreftp.exe -u c:\FolderToUpload ftp://user:password@ftpserver/DestinationFolder -ON
ed968
Posts: 5
Joined: Mon Feb 04, 2008 2:53 pm

Post by ed968 »

I tried that command and ended up with the same result. It only uploads the first subfolder in each folder.
ed968
Posts: 5
Joined: Mon Feb 04, 2008 2:53 pm

Post by ed968 »

This is the line I am using:

Code: Select all

d:\batch\renscan\coreftp\coreftp.exe -ON -recurse "ftp://user:password@server/Test/Scan Reports/" -u d:\test\test1\
d:\test\test1 has the following subfolders:
\HTML
\HTML\INCLUDE
\HTML\INCLUDE\IMAGES
\HTML\INCLUDE\YUI
\HTML\XMLDATA
\I18N
\I18N\EN
\I18N\EN\HELP
\I18N\EN\IMAGES

Here are the folders that end up on the FTP after the above command
\TEST1\HTML\INCLUDE\IMAGES

That is the only folder structure, and it does contain files.
ed968
Posts: 5
Joined: Mon Feb 04, 2008 2:53 pm

Post by ed968 »

Unfortunately that yielded the same result.
ed968
Posts: 5
Joined: Mon Feb 04, 2008 2:53 pm

Post by ed968 »

I sent in the output.log. The subject line of the email is "Forum User ed968."

Thank you for looking at this.
-Ed
Post Reply