linking project folders to upload/download Files

linking project folders to upload/download Files

3
NewbieNewbie
3

    Mar 23, 2006#1

    In the what's new for version 12- it states you can link project folders to upload/download Files between remote and local systems. It shows a screenshot with a menu that shows "Download from Server", "Upload from Server" etc.

    See 2nd graphic in below link - -
    UltraEdit - Whats New

    I am curious how to get this menu to pop up. It gives me the impression that I can link remote and local direcories within a project using the same FTP/SFTP account.

    So for example - I am hoping that.

    Local c:\Workspace\Project1\perl could link to /usr/dev/proj/code
    and
    Local c:\Workspace\Project1\xml could link to /usr/dev/proj/xml

    and if for a project I selected "Upload to Server" - it could then sync up the project.

    This is obviously a simple example as both subdirs are under 1 location, but would want same results should either remote or local dir be under completely seperate tree structures.

    Am I misreading the graphic?

    30
    Basic UserBasic User
    30

      Mar 24, 2006#2

      In the project settings dialog, hit the 'Add Folder' button.

      -Unselect 'Group'
      -Browse to a location for the local copy
      -Select 'Link Folder...'
      -Choose the ftp account
      -Specify the remote path the directory you want to mirror locally

      Right click on this new folder in the project tab of the file tree view to see some of the new options.

      3
      NewbieNewbie
      3

        Mar 27, 2006#3

        Thanks - this was exactly what I was looking for.