HighDots Forums  

Can't synchronize because I don't have root FTP access

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Can't synchronize because I don't have root FTP access in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AmbroseChappell
 
Posts: n/a

Default Can't synchronize because I don't have root FTP access - 08-01-2005 , 09:35 PM






Dreamweaver's method of calculating server time is to make a folder, with a
nonsensical name, at the root level of the server.

See http://www.macromedia.com/go/tn_14413 for details.

Because I don't have root level MKDIR permissions (big site, permissions only
allow me to FTP into certain folders), then I can't use Sychronize, which is a
pity.

Is there some file somewhere I could hack which would make DreamWeaver do its
MKDIR in a folder where I *do* have permissions?


Reply With Quote
  #2  
Old   
PeteC
 
Posts: n/a

Default Re: Can't synchronize because I don't have root FTP access - 08-01-2005 , 09:52 PM






AmbroseChappell wrote:
Quote:
Dreamweaver's method of calculating server time is to make a folder,
with a nonsensical name, at the root level of the server.

See http://www.macromedia.com/go/tn_14413 for details.

Because I don't have root level MKDIR permissions (big site,
permissions only allow me to FTP into certain folders), then I can't
use Sychronize, which is a pity.

Is there some file somewhere I could hack which would make
DreamWeaver do its MKDIR in a folder where I *do* have permissions?
In your site definition, what is the setting for 'Remote Info/Root
Directory?

This should be set to the location where you put your website (i.e, the
directory that your index.htm file would live in). It is this directory that
Dreamweaver uses to create it's temporary folders. If that directory is set
correctly and you do not have FTP permissions, then I can't see any way of
hacking it, sorry.

HTH,

Pete.
--
Peter Connolly
http://www.acutecomputing.co.uk
Derby
UK
Skype ID: acutecomputing




Reply With Quote
  #3  
Old   
AmbroseChappell
 
Posts: n/a

Default Re: Can't synchronize because I don't have root FTPaccess - 08-01-2005 , 10:12 PM



My site is set "correctly", but I guess it might be a rather unusual setup.

Let's say I work for <b>fake.com</b>.

Now fake.com is very big, and I only work on fake.com/products and
fake.com/support and only certain other employees have access to
fake.com/index.html and so on.

So it might make sense to just have fake.com/products as one site and
fake.com/support as another, but that's not the way I want to do it. Apart from
anything else, I need to access include files in my templates which are at a
higher level, say fake.com/global/nav.inc or the like. And I also want to use
root-relative URLs in my code, so that I can link to an image at
"/img/image.gif" rather than "../../../../../../../../img/image.gif".

To sum up, I need the root of the server to be the root of my Site, for very
sensible reasons, but I don't have root access, which is also sensible.




Reply With Quote
  #4  
Old   
PeteC
 
Posts: n/a

Default Re: Can't synchronize because I don't have root FTP access - 08-01-2005 , 10:17 PM



AmbroseChappell wrote:
Quote:
To sum up, I need the root of the server to be the root of my Site,
for very sensible reasons, but I don't have root access, which is
also sensible.
I can see the problem - unfortunately, I'm not aware of a bodge that would
make it work for you. Sorry.

Regards,

Pete.
--
Peter Connolly
http://www.acutecomputing.co.uk
Derby
UK
Skype ID: acutecomputing




Reply With Quote
  #5  
Old   
mconkas
 
Posts: n/a

Default Re: Can't synchronize because I don't have root FTPaccess - 01-08-2006 , 08:29 PM



Hi Ambrose,

I have exactly the same problem, and while I have found a somewhat dodgy
workaround, I was here in the forums seeing if there was a better way.

What I have done is set up the site correctly, with the parent directory on
our intranet being the root directory, and me only having access to edit in my
directory. Then I've duplicated the site and modified the local and remote
files so that their root is my directory. Synchronise works on that site, but I
can't edit on that site unless I want to edit without seeing any of my includes
in action.

So, edit on the real site, and then switch to the other site when you want to
synchronise. That's the only way I can think of it to work unless I get write
access to the higher level directories.

Cheers,

Michelle


Reply With Quote
  #6  
Old   
mconkas
 
Posts: n/a

Default Re: Can't synchronize because I don't have root FTPaccess - 01-08-2006 , 08:29 PM



Hi Ambrose,

I have exactly the same problem, and while I have found a somewhat dodgy
workaround, I was here in the forums seeing if there was a better way.

What I have done is set up the site correctly, with the parent directory on
our intranet being the root directory, and me only having access to edit in my
directory. Then I've duplicated the site and modified the local and remote
files so that their root is my directory. Synchronise works on that site, but I
can't edit on that site unless I want to edit without seeing any of my includes
in action.

So, edit on the real site, and then switch to the other site when you want to
synchronise. That's the only way I can think of it to work unless I get write
access to the higher level directories.

Cheers,

Michelle


Reply With Quote
  #7  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Can't synchronize because I don't have root FTP access - 01-09-2006 , 07:59 AM



Quote:
Synchronise works on that site, but I
can't edit on that site unless I want to edit without seeing any of my
includes
in action.
Why are you not seeing incudes with this setup? Have you enabled their
display in your preferences?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"mconkas" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi Ambrose,

I have exactly the same problem, and while I have found a somewhat dodgy
workaround, I was here in the forums seeing if there was a better way.

What I have done is set up the site correctly, with the parent directory
on
our intranet being the root directory, and me only having access to edit
in my
directory. Then I've duplicated the site and modified the local and remote
files so that their root is my directory. Synchronise works on that site,
but I
can't edit on that site unless I want to edit without seeing any of my
includes
in action.

So, edit on the real site, and then switch to the other site when you want
to
synchronise. That's the only way I can think of it to work unless I get
write
access to the higher level directories.

Cheers,

Michelle




Reply With Quote
  #8  
Old   
mconkas
 
Posts: n/a

Default Re: Can't synchronize because I don't have root FTPaccess - 01-09-2006 , 06:51 PM



I can't see my includes because I reference them (and my css styles) from the
site root, not from my directory (so that when I copy and move files their
includes string stays the same). There were various reasons for this setup and
I can't quite remember them all at the moment. Took a lot of fiddling to get it
to display in DW, but to still work when I uploaded them to my subdirectory.

MIchelle


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.