INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: JONCAT on September 15, 2006, 07:06:49 pm

Title: FTP Upload
Post by: JONCAT on September 15, 2006, 07:06:49 pm
I have a sub-account on my site, password protected, and MC is able to upload to it (although I have to keep typing in my password).

The problem is that when I try the location:

Music/JA Archive Updates

My uploads work but they end up in the root folder. So I tried this:

/Music/JA Archive Updates

and the transfer completes successfully but I can't find this file ANYWHERE on the server (and there aren;t many places to look).

Anyone have an idea of what is going on? Website or MC issue?

DC
Title: Re: FTP Upload
Post by: KingSparta on September 15, 2006, 07:19:08 pm
how about

Music/JA Archive Updates/
Title: Re: FTP Upload
Post by: JONCAT on September 15, 2006, 07:41:24 pm
Thanks Sparta but this also ends up with file in root dir.

DC
Title: Re: FTP Upload
Post by: KingSparta on September 16, 2006, 07:23:44 am
i wonder if it is due to the spaces?

try a folder without spaces

There are some FTP controls (like microsoft's Stock FTP control) that you can not have spaces in the string that is sent to the control, this is due to that a space means go to the next parm.
Title: Re: FTP Upload
Post by: JONCAT on September 16, 2006, 07:41:19 am
I renamed the 2nd level folder to have no spaces. I can only upload to the root folder. Not a huge deal but then I have to manually move the files with my FTP app, or create only root level folders on the site.

thanks for your help
DC
Title: Re: FTP Upload
Post by: JimH on September 16, 2006, 08:10:12 am
The folder name may be case sensitive.  It is on UNIX or Linux.

You may also need to change the permissions on the folder (if UNIX or Linux). 

If MC creates the folder, both case and permissions should work.
Title: Re: FTP Upload
Post by: KingSparta on September 16, 2006, 09:41:22 am
Quote
The folder name may be case sensitive.
yep that could cause a problem

I have two providers on one of them it works fine (MS Server) on the other the case matters (Linux)