florentm

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by florentm

  1. Signed up and uploading!

     

    In your terms of service you are somewhat restrictive about sharing keys (only for personal and family use). Would a teacher sharing audiovisual materials (<10 GB, not copyrighted) with their students (<100) be allowed or considered abuse? Or simple would the connection be throttled down? (Yes, I know, the school should provide a similar service, but they do not nor will be providing in the forseable future.)

     

     

    Hello,

     

    Thank you for your feedback, indeed it's a bit restrictive to stay on the safe side.

     

    If it's not copyrighted I have nothing against using the service for educational purpose!

     

    It's a good use case, don't hesitate to give a feedback on the performance of the service.

     

    Thx

     

    EDIT:

     

    I saw your post in the other topic, I am very interested in your feedback. Don't hesistate to contact me directly if needed

  2.  

    Are you planning on supporting encrypted shares?

     

    Yes we are planning it :)  it's even already in the FAQ

     

    It need to be more tested before on the client side and be accessible without an API key for lambda user.

     

    on our side we need also to implement a way for user to gave us a secret because if we generate an encrypted secret we also have the master and then it's does not help privacy...

  3. Hi.

     

    Just signed up, first comment is that the validation link is missing in the email, the http:// in the address and therefore at least my email client isn't making it clickable. Might be a hurdle for others.

     

    During the shopping cart/plan selection phase I am getting an error with the code and it doesn't work. The red wide bar that I assume would contain the error test is blank.

     

    For reference:

    https://mediacru.sh/fTk4BaefDMOv

     

    Thank you for the feedback

     

    For the mail we will modify it to make it clickable in any client

     

    Your order was not successfull because you need to redeem the coupon by clicking on the box next to the coupon entry box.

     

    Florent

  4. Hello everyone,
     
    My company is launching a BitTorrent Sync cloud storage solution! It will be targeted to large volume of data.
     
    I am looking for 100 Beta Users ! I am offering 250gb for 1 month.
     
    How to participate:
     
    1) Go to www.btsync.com

    2) Register

    3) Confirm your Email

    4) Log in and select the basic plan 250gb - 1 month

    5) Use the voucher BETABT

    6) Enjoy! and upload tons of data

     

     

    All feedback welcome here or to contact@btsync.com

     

    Thank you!

  5. Hello everyone,
     
    My company is launching a BitTorrent Sync cloud storage solution! It will be targeted to large volume of data.
     
    I am looking for 100 Beta Users ! I am offering 250gb for 1 month.
     
    How to participate:
     
    1) Go to www.btsync.com

    2) Register

    3) Confirm your Email

    4) Log in and select the basic plan 250gb - 1 month

    5) Use the voucher BETABT

    6) Enjoy! and upload tons of data

     

     

    All feedback welcome here (I will create a dedicated topic - HERE) or to contact@btsync.com

     

    Thank you!

  6. Hello,

     

    I found a bug who is a bit annoying ;)

     

    I have 100 config for 100 users

     

    simply

     

    user1

    user2

    .

    .

    .

    user10

    .

    .

    .

    user100

     

    The issue is that the duplicate instance check a startup is matching user100 with user10 or user1 (longer config file name seems to be launched first)

     

    I suppose the starting script is doing a "contains" instead of a "equal"

     

    If you can have a look ;)

     

    Thx!

     

    EDIT:

    problem is here

            if [ $(ls -l ${CONFIG_DIR}/${BASENAME}*.${CONFIG_EXT} 2> /dev/null | wc -l) -gt 1 ]; then
                    log_error_msg "Duplicate instance name $BASENAME found. Interrupting sequence."
                    exit 1
            fi