Re: MKDIR Problem

Tom Robinson <[email protected]> Fri, 24 Feb 2012 09:13:15 +1300
Newsgroups gmane.comp.web.sitecopy
Message-ID <[email protected]>
That's a standard limitation of FTP servers so sitecopy should handle it fine. What's the symptoms?

Sent from my iPhone

On 22/02/2012, at 16:35, Kees Vonk <[email protected]> wrote:

> I am trying to use sitecopy to copy things to a remote NAS device. The
> FTP server on the device seems very limited and does not allow you to
> create multiple levels of directories (like "mkdir -p"). Instead you
> have to go into each directory and create the next level of
> directories in there. Is there a way I can tell sitecopy to do this?
> 
> Thanks,
> Kees