def download( source, destination, user ):
    if sys.platform == 'win32':
        destination = os.popen( 'cygpath "%s"' % destination ).read().splitlines()[0]

    utils.checked_system( [