Author Topic: Noob Questions on Syncing  (Read 1932 times)

randybaer

  • Jr. Member
  • Posts: 4
Noob Questions on Syncing
« on: February 10, 2012, 02:39:09 PM »
Using this program for the first time, really like it.  However, I am a bit confused when I open up the program, it does not remember my syncing information (ie, schedules, etc.).  Where do I save this information?  And can the program automatically start syncing again after restarting?

Thanks, very nice program!

JD

  • Administrator
  • FTP Guru
  • Posts: 2469
Re: Noob Questions on Syncing
« Reply #1 on: February 10, 2012, 04:02:35 PM »
Save your connection as a Bookmark (see Bookmarks menu -> Add Bookmark) then the schedules will be saved with the Bookmark and automatically executed as necessary. Reconnect to your server using the Boomark by selecting its name from the Bookmarks menu.

Glad you like it so far :)

randybaer

  • Jr. Member
  • Posts: 4
Re: Noob Questions on Syncing
« Reply #2 on: February 10, 2012, 05:17:58 PM »
Awesome, that works.  One more question...how do I turn off the window that pops up at launch?  Can it just go straight to the bookmarks window and bypass the choose connection login?

spacific

  • Sr. Member
  • Posts: 254
Re: Noob Questions on Syncing
« Reply #3 on: February 10, 2012, 05:31:06 PM »
Under Preferences->Interface, check "Show Bookmarks window at launch", and uncheck "Automatically show New Connection window".

randybaer

  • Jr. Member
  • Posts: 4
Re: Noob Questions on Syncing
« Reply #4 on: February 14, 2012, 11:22:45 AM »
Awesome, thanks.

Got a new question for you.  :)

We have an FTP site where we download images from, and it has many many folders and sub folders that we need to sync to our local Mac server.  The key is we copy what is inside the subfolders to the main folder of the Mac, not the folders as well.

Example:

FTP Side:
/Images/Images 1
/Images/Images 2
/Images/Images 3/Images A

Mac side those individual files would copy, without folders, to...
/Images/

Is there an easy way to do this?  We tried setting up multiple connections, but that was really slow.  The issue is that we have around 250 folders and subfolders on the FTP, and around 30 folders on the Mac side...

Thanks for your help, it is appreciated!!

R~

JD

  • Administrator
  • FTP Guru
  • Posts: 2469
Re: Noob Questions on Syncing
« Reply #5 on: February 14, 2012, 01:47:25 PM »
Isn't there a danger of duplicate file names at the Mac side as a result of this?

There isn't a built-in way to achieve this. My suggestion would be to make a simple AppleScript which downloads the contents of each of the folders that you'll have to list.

If you turn on recording in AppleScript editor (in Applications -> Utilities) then navigate to each folder in turn, select all the files then download them, you'll get an idea of how to write the script. It's really quite simple.

Email me if you need more help on scripts, although check out the examples in the Extras option from the Help menu first.
« Last Edit: February 14, 2012, 01:51:00 PM by JD »

randybaer

  • Jr. Member
  • Posts: 4
Re: Noob Questions on Syncing
« Reply #6 on: February 16, 2012, 09:43:38 AM »
Awesome, thanks.  I appreciate your help!