Storing source files separate from main site files

Hi there,
I'm using Dreamweaver CS6.
Is there a way to set up a site definition to store source files (EG. Photoshop files etc) on a separate ftp server, away from the main site files.
I'm trying to avoid having to setup 2 site definitions if possible to keep things tidy.
So the end result would be something like this:
Site files get uploaded to ftp.mysite.com
and
The contents of folder _source gets uploaded to ftp.mysource.com
Thanks.

You could use a 3rd party FTP client like FileZilla to upload source files to a separate location on your server.
Nancy O.

Similar Messages

  • Keeping certain files separate from my music files - is this possible?

    Hi iPoders,
    I have a lot of "courses" - books and spoken stuff
    and meditations that I would like to put on my iPod classic (120)
    But I do not want them mixed in with my music.
    I was hoping that I could have put them into the "audio books" catagory, but it seems I can't do that.
    So then is the best way to just put them in a play list?
    (or can I drag and drop them into the audio books section?)
    And if I do that, and then hit shuffle in the main window of iPod, will they be included in that shuffle?
    I hope that makes sense.
    I really want to keep them separate and choose to listen to them when I desire.
    Thanks for the insight.
    carmen

    With iTunes 8.x and above you have the option to tell iTunes to treat any audio file as an audiobook. Simply select the tracks, *Get Info.*, then on the options tab set *Media kind* to Audiobook. You can also set options to *Remember playback position* and *Skip when shuffling*.
    Assuming, however, that the books consist of more than one file you may have problems if you plan to listen to them on an iPod. The Audiobooks feature was originally designed for books that have been stitched up into a single file and hasn't been updated to reflect the changes that now make multi-track audiobooks easy to work with in iTunes. The main issue is that the iPod lists all audiobook files by track title/chapter name so unless you rename every track using a scheme such as *Book Title, Chapter XX* the tracks will play out of sequence. There are tools for creating iPod-friendly audiobooks for which Aldo on Audiobooks is probably the best reference. Personally I don't bother with the extra effort and just have an "Audiobooks" playlist folder containing sub-folders for each author and within these playlists for each audiobook. Although I still mark the files as Audiobooks to keep them out of my main music section when it comes to the iPod I ignore it's Audiobooks feature and use my own playlists for access.
    Note that I've used leading digits in the playlist names to arrange these in chronological rather than alphabetical order.
    tt2

  • What is the best way to keep my personal files stored in iCloud separate from my work-related files?

    What is the best way to keep my personal files stored in iCloud separate from my work-related files? It seems that I'm not allowed to link my iPad mini and my work iMac using two different accounts, so I'm wondering how to make my single personal account work for both, while keeping personal vs work files reasonably separated.
    Thanks for any suggestions.

    Is it possible for you to upgrade your account to iCloud Drive? That would mean, all Macs upgraded to Yosemite, and all mobile devices to iOS8?
    See:  iCloud Drive FAQ and iCloud: About using iWork for iOS and iCloud
    In iCloud Drive you could create two separate custom folders, one for work documents and one for private documents and organize your documents there.  Don't use the app specific folders (Keynote, Pages, Numbers, ...) , because you can only create one level of folders inside these folders.

  • How can I assign image file name from Main() class

    I am trying to create library class which will be accessed and used by different applications (with different image files to be assigned). So, what image file to call should be determined by and in the Main class.
    Here is the Main class
    import org.me.lib.MyJNIWindowClass;
    public class Main {
    public Main() {
    public static void main(String[] args) {
    MyJNIWindowClass mw = new MyJNIWindowClass();
    mw.s = "clock.gif";
    And here is the library class
    package org.me.lib;
    public class MyJNIWindowClass {
    public String s;
    ImageIcon image = new ImageIcon("C:/Documents and Settings/Administrator/Desktop/" + s);
    public MyJNIWindowClass() {
    JLabel jl = new JLabel(image);
    JFrame jf = new JFrame();
    jf.add(jl);
    jf.setVisible(true);
    jf.pack();
    I do understand that when I am making reference from main() method to MyJNIWindowClass() s first initialized to null and that is why clock could not be seen but how can I assign image file name from Main() class for library class without creating reference to Main() from MyJNIWindowClass()? As I said, I want this library class being accessed from different applications (means different Main() classes).
    Thank you.

    Your problem is one of timing. Consider this simple example.
    public class Example {
        public String s;
        private String message = "Hello, " + s;
        public String toString() {
            return message;
        public static void main(String[] args) {
            Example ex = new Example();
            ex.s = "world";
            System.out.println(ex.toString());
    }When this code is executed, the following happens in order:
    1. new Example() is executed, causing an object to constructed. In particular:
    2. field s is given value null (since no value is explicitly assigned.
    3. field message is given value "Hello, null"
    4. Back in method main, field s is now given value "world", but that
    doesn't change message.
    5. Finally, "Hello, null" is output.
    The following fixes the above example:
    public class Example {
        private String message;
        public Example(String name) {
            message = "Hello, " + name;
        public String toString() {
            return message;
        public static void main(String[] args) {
            Example ex = new Example("world");
            System.out.println(ex.toString());
    }

  • Hi , my problem is that i can only create absolute links to other pdf-files in a main pdf-file. how can i switch to or create relative links. Thanks for help!

    Hi , my problem is that i can only create absolute links to other pdf-files in a main pdf-file. how can i switch to or create relative links. Thanks for help!

    I’m using version 11.0.10. So where the Menu resides in a folder ready to be burnt on to a CD, that same folder is where the links point to.
    Thanks

  • Storing (retrieving) data in (from) an XML file

    Hi all,
    I'm looking at storing some simple objects in XML files or a single XML file.
    I was just wondering if J2ME CDC/Personal Profile has any packages that I should look into using. The idea is I'll have some (0..n) top level documents with 0..n name-value pair attributes and 0..n child documents.
    I plan to use XML because of it's platform independance, and since the data I'm planning to store will not be overly complex or of large quantities I believe this to be a reasonable choice.
    If anyone would like to suggest a different platform for data storage I'd be interested to hear your case.
    So, does anyone have any idea on what packages I should be looking at or perhaps some examples?
    Thanks in advance,
    Joe

    After looking at both of them I think I'll go with nanoXML lite.. only because it seems simpler to use.
    I'm having a problem when parsing my files using a FileReader though. It seems that there are some weird characters at the beginning of my files (These have been created in various methods.. from notepad and other text editors to Visual Basic). Any idea how I can remove these characters or where they have come from or why they are there?
    Thanks in advance,
    Joe

  • File Download from Secure Site

    Hi ,
    Am trying to download file from secure site. Am reading the file from DB and setting it in reponse. My code woks perfectly in non-secure site. But it doesnt work in secure site. Here is the piece of code am using. Pls help thru this.
    String fileName, contentType,fileContent;
    int fileSize;
    //get file size from DB
    fileSize = rsfile.getInt("file_size");
    //get file name from DB
    fileName = rsfile.getString("file_name");
    final int BUFSIZE = 4096;
    //get file content from DB
    byte b[] = new byte[BUFSIZE];
    b=rsfile.getBytes("file_content");
    //response.setContentType(rsfile.getString("file_content_type"));
    response.setContentType("application/octet-stream");
    response.setContentLength((int) b.length);
    response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setHeader("Pragma","no-store");
    response.setHeader("Content-Disposition:","attachment; filename=\"" +fileName+"\"");
    response.getOutputStream().write(b);
    response.getOutputStream().flush();
    response.getOutputStream().close();

    Hi bsampieri,
    Thanks for ur reply. I got the issue resolved. The problem was because of caching headers in the page. I got the info from Microsoft Knowledge Base Article - 323308,815313. My issue is resolved. Thanks for your reply. Bye
    Regards,
    Mubarak

  • How to access component's control from main .mxml file?

    I have a main .mxml while in which i imported custom
    "popUpWindow" component using "import components.popUpWindow"
    statement. In main .mxml file I display later on that component as
    popUp window using popUp manager class:
    var popUpWin:IFlexDisplayObject;
    popUpWin = PopUpManager.createPopUp(this, popUpWindow, true);
    Once component is displayed, how can i access using
    actionscript component's TextInput control (specifically its .text
    property) from my main .mxml file?
    thanks

    msabljic , sounds like you ran into the same problem as me,
    perhaps... I posted a question similar to yours around the same
    time. Take a look at the responses I got and maybe that will help
    answer your question.
    Here's a link to the post
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&catid=585&threadid =1285775&enterthread=y

  • How to access component's control property from main .mxml file

    I have a main .mxml while in which i imported custom
    "popUpWindow" component using "import component.popUpWindow"
    statement. In main .mxml file I display later on that component as
    popUp window using popUp manager class. Once component is
    displayed, how can i access using actionscript component's
    TextInput control (specifically its .text property) from my main
    .mxml file?
    thanks

    I posted this answer elsewhere, maybe it will help:
    First, save the new component wherever you keep your
    components, let's say you call it "MyPopWindow.mxml"
    Assign public variables for the string in both the main app
    and the popup.
    In your case, in the main app:
    Code:
    public var myText:String = "whatever the text field should
    say.";
    and then in the pop up mxml:
    Code:
    [Bindable]
    public var myText;
    Then, in the main mxml file:
    Code:
    // define the window type
    private var popWin:MyPopWindow;
    private function popMeUp(event:MouseEvent):void{
    popWin =MyPopWindow(PopUpManager.createPopUp(this,
    MyPopWindow, true));
    popWin.myText = myText;
    The important things here to notice is the name of the
    component (i.e. the file) is used. A variable is created for the
    window, and TYPED to your file name. Then you use the constructor
    you already had, but again use your type. The "true" is optional
    and gives you a modal popup window.
    Lastly, assign the variable in the window (I called mine
    popWin) to the variable in the main file you want to pass.

  • Branch office WDS still pullinh image from main site

    Hi,
    I'm trying to configure a WDS on our branch site.
    what i did was open a new folder named DeployFilesFromMaster on the branch office server and replicate the DeploymentShare from main to branch office using DFS.
    then i installed WDS services on the branch office and add a Boot Image (taken from DeployFilesFromMaster)
    next i configured, under Scope Option on the DHCP server, options 66 (giving the ip address of the branch WDS), and option 67 (giving the path \Boot\x64\wdsnbp.com).
    now when I'm booting a computer into PXE it start working, but when pressing F8 and use the netstat command i see it has a session to my main office deploy server instead to the branch office.
    what do i need to change?
    when looking in the branch office server, there is ofcourse the DeployFilesFromMaster folder and there is another folder named DeploymentShare that was made while installiing the WDS server, and there is a wdsnbp.com file as well. how do I know, when DHCP
    direct me to the boot file name, that it direct me to the right file, or it doesnt matter.
    thanks for your help

    The variable WDSSERVER is a variable that is figured out by MDT when booting a machine using the boot image created by Microsoft Deployment Toolkit. Therefore it is not available in Windows.
    If you want different WSUS servers depending on location of the client you can use for instance this technique in CustomSettings.ini. This will point clients on a specific subnet to a specific WSUS server.
    [Settings]
    Priority=DefaultGateway,Default
    [DefaultGateway]
    10.0.0.1=HQ
    10.0.1.1=BranchOffice
    [HQ]
    WSUSServer=http://wsus-hq:8530
     [BranchOffice]
    WSUSServer=http://wsus-branch:8530
    Blogging about Windows for IT pros at
    www.theexperienceblog.com

  • Install fails because file missing from AppleMobileDeviceSupport.cab file

    I have iTunes on my Desktop PC and my wife's laptop, both running Windows 7 x64 Ultimate.  Automatic iTunes update failed on both with same error.  On trying to manually install latest iTunes downloaded from Apple UK website I get the following error message:
    "The file 'SyncServicesUI.Resources_English.lproj_Localizable.strings' cannot be installed because the file cannot be found in cabinet file 'AppleMobile DeviceSupport.cab'
    Any ideas on how to fix please?  Previous version of iTunes was working fine but attempted update seems to have killed it.   Wondering if I should try US version instead.

    My previous actions were:
    0. Tried the Download and Install -- Windows installer just sat there. No progress.
    1. Downloaded the jdk-1_5_0_07-windows-i586-p.exe file. Took 5 hours. Checked the file size: 64,949KB matched what the website said.
    2. Installed the jdk-1_5_0_07-windows-i586-p.exe file to my D drive in the jsdk1.5.0_07 folder.
    3. Set the path to the d:\jsdk1.5.0_07\bin folder.
    4. Tried to compile a java file. Received the "javac is not a recognized internal or external command." message.
    5. Used Window's Search to search all harddrives for javac.exe. Received two hits, but they were from an Oracle installation (version 1.1.3) -- been there several years.
    6. Thought it was a bad install, so uninstalled as directed.
    7. Repeated steps 2 through 6 three more times. Still no javac.exe
    8. Posted the message.
    9. Went back to download site and tried the Download and Install again. Took about twenty minutes before any progress was evident -- guess I didn't wait long enough before :^). Left the download all night (8 hours). This morning, accepted the license agreement, installed, searched for javac*.exe again. Found javacpl.exe, but only the Oracle javac.exe. Uninstalled Java.
    10. Uninstalled Oracle (thought the existence of a javac.exe in another location was confusing the installer).
    11. Installed from the downloaded file. Searched for javac*.* again. Found the javacpl.exe (two versions -- one in the bin, one in the jre) and a dll file in the C:\Windows folder. Still no javac.exe.
    HELP!!!!!!!!!!!

  • Running scripts, bat files, etc from a jar file

    Hello,
    Does anyone know of a way, or even if it is possible to run a script or batch file from a jar file?
    For instance, lets say I have a batch file that I can run from the command prompt by typing :
    myBatchFile.bat
    and now I write a very simple java app that will do the same:
    public class Test {
    public static void main(String[] args) {
    try {
    Runtime rt = Runtime.getRuntime();
    Process p = rt.exec(�myBatchFile.bat�);
    } catch (Exception e) {
    e.getMessage();
    The above app will work as long as the batch file is in the current directory, but how or can I make it work if I stick the batch file in a jar file along with the app?
    I tried using the manifest file with no luck.
    I tried creating a URI to the jar file, wrapping it in a File and then passing that File to the exec method also with no luck.
    I searched all the forums on Sun but came up with nothing.
    I performed a google search also with no luck.
    Does anyone have the answer to this? Even if I can get a definitive �No it can�t be done� answer. Although I would think that it should be able to be done.
    Thanks

    Hi,
    you cannot execute anything being inside a jar-file. The OS doesn't know anythig about jar-files and cannot look inside one to find the program/script/batch you want to execute.
    You could do a workaround by extracting the file from the jar-file before calling exec(). But normally OS dependent files should not be inside a jar-file and remain in a own directiory.
    Andre

  • Full motion recording in separated file then the main swf file . Why ?

    Dear all,
    When you publish your projet with
    captivate 3 , now the full motion recording sequences are in
    separated .swf files ...
    I would have prefer to only have one .swf file with the
    content and one with the skin as it was the case in
    captivate 2 .
    Is there an option I could change to only have the swf file
    and the xx_skin.swf file
    only ?
    Imagine the mess I would have on my learning web site if I
    had more then one swf file for each learning sequences (as I store
    all .swf file in the same folder) :(

    Hi all
    What kiwikangaroo listed is John's method. Since the basic
    process has already been outlined, I'll add some things that should
    be considered as well as a caveat or two.
    First, the existing project should be published to a
    temporary folder. When publishing, it is rather critical that you
    ensure that you are publishing for a Flash 7 target. I believe if
    you choose Flash 8 or 9, the process will fall apart.
    Once you have done this and are at the point where you are
    inserting blank slides, make sure each blank slide is timed exactly
    matching the slide with the Full Motion clip. Then you insert the
    matching Full Motion clip from the temporary folder onto the blank
    slide and delete the original. This will need to occur for all
    slides containing full motion clips.
    There are a few animations out in the gallery that if used,
    will also cause additional .SWF files to be created. This is
    because the animations that do this were published as Flash 8 or 9
    and not 7 or earlier. I've sorted the ones that embed fine and the
    ones that don't. So if you run into this issue, you either don't
    use that particular animation, or you use something like SoThink
    SWF decompiler (or open the .FLA) and recompile it using Flash 7 as
    the target. That is, assuming you have Flash available and know how
    to use it.
    Cheers... Rick

  • Executing an file.exe from a jar file?

    Does anyone know how to execute an *.exe file from jar file?
    I have two files that I want to execute in one java.class, Monview.exe and Moninit.exe. Both are stored in the same jar file as the class called link.class.
    This is my code to run one of the files from the hard drive
    String []cmd={"c:\\monview.exe"};
    try
    Process pr = Runtime.getRuntime().exec(cmd);
    StringBuffer buf = new StringBuffer();
    InputStream istr = pr.getInputStream();
    BufferedReader br = new BufferedReader(new InputStreamReader(istr));
    String str;
    while ((str = br.readLine()) != null) {      
                             buf.append(str);
    try {       
    pr.waitFor();
    } catch (InterruptedException e) { }
         if (pr.exitValue() != 0) {      
         br.close();
    catch (IOException e){}
    It works when i place both .exe on the local host harddrive but when I place it in the jar file nothing happens. Could anyone help me please on why does this happen and how I can fix it? Or on how to get the link.class code to extract it from the jar file and place it on the system directory and delete it from the system directory, without it knowing where the jar file comes from?

    Hello,
    If I am not mistaken, by including the JAR file in the CLASSPATH (specifying the absolute path), or after the -classpath option after the java command (java -classpath jar_archive main_class), the system will find both files in the JAR archive.
    Hope this helps!

  • Files disappearing from mounted .DMG files

    Hi, I've had this issue occur a few times in Tiger and I'd like to know if anyone else has experienced this and if there's a known workaround. Sometimes, when browsing a disk image, or, less commonly, a physical disc like a CD, files in the Finder will seem to disappear from the image/disk when clicked on. First the filenames will go, then the files themselves, and evidently those files then become unreadable in general as applications can't access them. I don't get any error messages; it's just like the filesystem on that disk eats itself away and vanishes. I can unmount the disk without any issue.
    I'm having this problem right now with any disk image I mount on my XServe -- it goes through the "Verify" step just fine, shows up on my desktop, I can browse and even open files, but inevitably within a very short period of time the above occurs, and it becomes useless. I KNOW it can't be the .dmg file that's the problem, because if I share the .dmg over Personal File Sharing and mount it from another Mac, this problem does NOT occur. It's just on the one Mac hosting the files. Any idea what this could mean, and what could solve it?
    Also, I know a lot of times a restart will cure this weird little glitches, but I would really like a solution, if you know what I mean... particularly on a server, I cannot afford to restart whenever I have a problem.

    Sounds like you have run into a very strange, and unfortunately no uncommon, bug involving file systems from either servers or FAT 32 mounted external drives. See this discussion:
    http://discussions.apple.com/thread.jspa?messageID=5310151
    Read on down away to see some replies from people who did some pretty thorough investigations of the problem.
    Francine
    Francine
    Schwieder

Maybe you are looking for

  • Problems after itunes upgrade.

    I recently upgraded itunes to the current version on two of my windows/xp pc's. On the first one I didn't have any problems. On the second one, after the pc rebooted, all of the personal settings for the administrator account that was used to do the

  • I am running windows 7 64bit, have a brother printer MFC-J4510W with the latest driver update, have Adobe reader 11.0.10.32 and as of today I cannot print any pdf files that before I could, all help appreciated

    I am running windows 7 64bit, have a brother printer MFC-J4510W with the latest driver update, have Adobe reader 11.0.10.32 and as of today I cannot print any pdf files that before I could, all help appreciated I followed the FAQ troubleshooting and

  • Restoring my Ipad 2

    Ever since I plugged my Ipad 2 32 GB into my laptop or on the wall. It says that its has to be restore and everytime I restore it, there is an error message that pops up. And it wont do anything. It starts it, but when it ask me to add everything I h

  • JDBC Lookup problem

    we are facing this problem... from SAP we send the idoc: WP_PLU03 to PI through transaction WPMA. PI do the data format in: XML Document Format for the Mode XMB2DB_XML (http://help.sap.com/saphelp_sem40bw/helpdata/en/4d/8c103e05df2e4b95cbcc68fed61705

  • Spanish Language Download for Mac

    Hi there,  I have been searching all the pages but can't find this anywhere. I have a Blackberry Curve 9220 Carrier is Vodafone Spain I need the spanish language pack (multi-language i think it's called) download for MAC. Please can someone post the