Your best friend for file transfer.

Fetch application logoFetch

help with reconnects (2 posts)

This is an archived topic. The information in it is likely to be out-of-date and no longer applicable to current versions of Fetch.
  • Started 22 years ago by macmerc
  • Latest reply 22 years ago from Jim Matthews
  • macmerc Member

    is there any way to, as hefty FTP does, set fetch to try to reconnect to a server ? if there is, how do I specify the time between reconnects ?

    Posted 22 years ago #

  • Jim Matthews Administrator

    Yes. You can click on the disclosure triangle in the New Connection window to reveal the retry count field. By default there is no delay between retries. You can change that by running an AppleScript:

    tell application "Fetch 4.0.1"
    set retry delay to 60
    end tell

    This script would set the delay to 60 seconds.

    Thanks,

    Jim Matthews
    Fetch Softworks

    Posted 22 years ago #

Topic closed

This topic has been closed.