www1.sugarsync.com Open in urlscan Pro
2600:9000:25a2:ce00:a:599d:4680:93a1  Public Scan

Submitted URL: http://sugarsync.com/
Effective URL: https://www1.sugarsync.com/
Submission: On December 13 via manual from VI — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="signup" novalidate="">
  <div class="discount-sticker">
    <h3 class="en"><span class="discount-value"></span>% OFF</h3>
    <p class="en">LIMITED TIME ONLY.</p>
  </div>
  <div class="form-group"><input type="hidden" value="https://xy41foyqpc.execute-api.us-east-1.amazonaws.com/production/account/exist" id="testEmailUrl"> <input type="hidden"
      value="https://xy41foyqpc.execute-api.us-east-1.amazonaws.com/production/plans?variant=A&amp;variant=C&amp;status=Active&amp;planType=INDIVIDUAL&amp;planType=BUSINESS" id="plansUrl"> <input type="hidden"
      value="https://xy41foyqpc.execute-api.us-east-1.amazonaws.com/production/plans?planType=DISCOUNT" id="promoPlansUrl"> <input type="hidden" value="A" id="displayVariantIndividual"> <input type="hidden" value="C"
      id="displayVariantBusiness"><input type="hidden" value="2c92a0fe7579b3d7017588a6f3926f3c" class="promocode" data-campaign-type="winback"><input type="hidden" value="2c92a0fc75e3c70b0175e62312485224" class="promocode"
      data-campaign-type="upsellit">
    <script>
      var zuoraPlans = [];
      async function getZuoraPlans() {
        zuoraPlans = await window.SS.getZuoraPlans();
        var renderPlanAttempts = 0;
        var renderPlansInterval = setInterval(function() {
          if (window.SS.isGettingPromocodes === false) {
            clearInterval(renderPlansInterval);
            window.SS.displayZuoraPlansInDDL('subscriptionDDL', zuoraPlans);
          } else {
            if (renderPlanAttempts++ === 300) {
              clearInterval(renderPlansInterval);
            };
          }
        }, 200);
      }
      var reloadAttempts = 0;
      var reloadInterval = setInterval(function() {
        if (typeof(window.SS) !== 'undefined' && typeof(window.SS.getZuoraPlans) !== 'undefined' && typeof(window.SS.langs) !== 'undefined' && typeof(window.SS.displayZuoraPlansInDDL) !== 'undefined') {
          clearInterval(reloadInterval);
          zuoraPlans = getZuoraPlans();
        } else {
          if (reloadAttempts++ === 300) {
            clearInterval(reloadInterval);
          };
        }
      }, 200);
    </script><select class="form-control input-group-sm plan-rates-dropdown subscriptionDDL" id="subscriptionDDL" name="subscriptionDDL">
      <option value="100" data-monthly-planid="2c92a0fb4c0db1c8014c24f8ccae0363" data-monthly-amount="$7.49" data-monthly-billingperiod="MONTH" data-monthly-discount="0" data-monthly-offercode=""
        data-annually-planid="2c92a0f94c0da177014c24f8ccc41235" data-annually-amount="$74.99" data-annually-billingperiod="YEAR" data-annually-discount="0" data-annually-offercode="">100 GB - $7.49 / month</option>
      <option value="250" data-monthly-planid="2c92a0f94c0da175014c24f8cef9237b" data-monthly-amount="$9.99" data-monthly-billingperiod="MONTH" data-monthly-discount="0" data-monthly-offercode=""
        data-annually-planid="2c92a0fb4c0db1c8014c24f907120394" data-annually-amount="$99.99" data-annually-billingperiod="YEAR" data-annually-discount="0" data-annually-offercode="">250 GB - $9.99 / month</option>
      <option value="500" data-monthly-planid="2c92a0fd55a0dc1b0155fde8fb12059a" data-monthly-amount="$18.95" data-monthly-billingperiod="MONTH" data-monthly-discount="0" data-monthly-offercode=""
        data-annually-planid="2c92a0fc55a0dc530155fde907ef39d3" data-annually-amount="$189.5" data-annually-billingperiod="YEAR" data-annually-discount="0" data-annually-offercode="">500 GB - $18.95 / month</option>
    </select>
  </div>
  <div class="mt-4 form-group"><input class="form-control text-capitalize" id="fullname" maxlength="92" name="fullname" placeholder="Full Name" required=""
      pattern="^(([一-龠]+|[ぁ-ゔ]+|[ァ-ヴー]+|[a-zA-ZàáâäãåąčćęèéêëėįìíîïłńòóôöõøùúûüųūÿýżźñçčšžÀÁÂÄÃÅĄĆČĖĘÈÉÊËÌÍÎÏĮŁŃÒÓÔÖÕØÙÚÛÜŲŪŸÝŻŹÑßÇŒÆČŠŽ∂ð\s\.',-]+|[a-zA-Z]+|[々〆〤]+){1,}) (([一-龠]+|[ぁ-ゔ]+|[ァ-ヴー]+|[a-zA-ZàáâäãåąčćęèéêëėįìíîïłńòóôöõøùúûüųūÿýżźñçčšžÀÁÂÄÃÅĄĆČĖĘÈÉÊËÌÍÎÏĮŁŃÒÓÔÖÕØÙÚÛÜŲŪŸÝŻŹÑßÇŒÆČŠŽ∂ð\s\.',-]+|[a-zA-Z]+|[々〆〤]+){1,})+$">
    <div class="form-group-error" id="fullnameError"></div>
  </div>
  <div class="mt-4 form-group"><input type="email" class="form-control" id="email" maxlength="45" name="email" placeholder="Email" required="" pattern="^([0-9a-zA-Z]+[-_+.&amp;0-9a-zA-Z]*)?[-_+0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}$">
    <div class="form-group-error" id="emailError"></div>
  </div>
  <div class="mt-4 form-group"><input type="password" class="form-control" id="password" maxlength="24" name="password" placeholder="Password" required="" minlength="8">
    <div class="form-group-error" id="passwordError"></div>
  </div><small class="form-text mt-4-5">Enter a password with at least 8 characters that includes letters and numbers.</small> <button class="mt-4 btn w-100 signup-trial-btn spinning" type="submit">Start 30 day free trial</button>
</form>

Text Content

Cookies help us optimize your visit. They are also used for stats, social media,
and marketing. By continuing, you accept this.
Read our cookie policy
Got it!
Main navigation Main content
Support Center LOG IN
English
Deutsche Español Français 日本語
SugarSync
 * 
 * Home
 * Features
 * Apps
 * Business Solutions
 * Pricing
 * LOG IN
 * Try free for 30 days


AUTOMATICALLY ACCESS AND SHARE YOUR PHOTOS, VIDEOS, AND FILES IN ANY FOLDER.

 * Sync and securely access your files from the cloud in seconds
 * Save, view, and edit your documents across multiple devices
 * Manage and share your files the way you want


Personal Business

CREATE YOUR ACCOUNT


% OFF

LIMITED TIME ONLY.

100 GB - $7.49 / month250 GB - $9.99 / month500 GB - $18.95 / month



Enter a password with at least 8 characters that includes letters and numbers.
Start 30 day free trial

TEAM COLLABORATION

 * 1TB of storage
 * Admin Control
 * Remote Wipe any synced device
 * Premium Customer Support
 * Starts With 3 Users

$55 / month
$550 / year
Start 30 day free trial
“SugarSync is one of the simplest file syncing services we’ve ever seen.”


SUGARSYNC: POWERFUL AND SIMPLE

SECURE FILE SHARING

Whether it’s to collaborate on team projects, distribute view-only files, or
simply post links to documents on the cloud, you have complete control over how
you share your files.

See how you can keep your files secure

AUTOMATIC FILE SYNCING

Auto sync as many folders as you want. Simply right click on any folder to add
it to SugarSync. Then, any changes you make are instantly applied across all
your devices through the cloud. Start editing a file on your office PC and
finish it on your Mac at home or from your mobile device.

View more ways to backup your data

REMOTE WIPE YOUR DATA

Remote Wipe makes it easy to remove all synchronized files from any PC or Mac in
the event of loss or theft. Since the data remains in the cloud, it can be
seamlessly synced to a new replacement device.

Learn how to control and recover your files

“SugarSync is a convenient way to back up, sync, and access files from anywhere,
anytime.”

--------------------------------------------------------------------------------


MOBILE PRODUCTIVITY

Access the cloud on your mobile device and get more done on the go. Use
SugarSync on your iOS or Android devices to access, share, and edit your files
from anywhere.




START SYNCING ALL YOUR FILES TODAY

Start 30 day free trial

114 5th Ave
New York, NY 10011

 * 
 * 
 * 
 * 




PRODUCT

 * Download
 * Features
 * Apps
 * Mobile
 * Plans & Pricing
 * Compare
 * Business & Teams


COMPANY

 * Press
 * Terms of Service
 * Privacy Policy
 * Cookie Policy
 * Accessibility
 * Developers
 * Sitemap


SUPPORT

 * Help Center
 * Get Started
 * Referrals
 * Share Files & Folders
 * System Status


CONTACT

 * About SugarSync
 * Contact Us
 * Blog

© 2015–2023 IPVanish, Inc., a Ziff Davis company. All rights reserved. SugarSync
is a registered trademark of IPVanish, Inc.


WARNING!

You have JavaScript disabled or your browser doesn’t support it. Some features,
like the navigation button, won’t be available.