Converting HTTP to FTP URL
    Chipp Walters 
    chipp at chipp.com
       
    Mon Aug  8 16:51:43 EDT 2011
    
    
  
Jacque,
I believe you should have a separate http path and a separate ftp path. This
is because as one adds users to their servers, they typically also add a
different root folder for the user.
So, for instance if I had a file located at:
http://fred.com/coolstack/test.rev
the ftp path for it might be: ftp://fred.com/test.rev as the username in the
ftp would direct the server to the 'coolstack' directory automatically. This
is how I solve the problem with MagicCarpet.
    
    
More information about the use-livecode
mailing list