Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect with Quickconnect link on DSM 7 #11

Open
matthieu-michou-wattandsea opened this issue Feb 14, 2023 · 3 comments
Open

connect with Quickconnect link on DSM 7 #11

matthieu-michou-wattandsea opened this issue Feb 14, 2023 · 3 comments

Comments

@matthieu-michou-wattandsea

Hello

The api works fine with IP on local network 192.168.X.Y
Is there a possibility to make it work with quickconnect link from internet ?

I couldn't find the right syntax so far
I'm trying
NAS_USER = 'mylogin'
NAS_PASS = 'mypassword'
NAS_path = 'https://quickconnect.to/nasname/drive/'
with SynologyDrive(NAS_USER, NAS_PASS, NAS_path, dsm_version='7') as synd:

Thanks

@zbjdonald
Copy link
Owner

zbjdonald commented Feb 14, 2023

try NAS_path = 'https://nasname.quickconnect.to/' ? What's the final address url in browser after visit 'https://quickconnect.to/nasname/'?

@matthieu-michou-wattandsea
Copy link
Author

Hi !
the final address depends from where it is accessed :
from local network it is like 192-168-XXX-YYY.nasname.direct.quickconnect.to/drive/
from outside it is nasname.fr2.quickconnect.to/drive/ ( I'm located in France )

What I don't get is that with IP we have to precise the Port.
But with Path method we don't tell the Port or suffix "/drive" , so how can it retrieve it ?

@zbjdonald
Copy link
Owner

em..., my intuition is using the final address. I will enable quickconnet and test it next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants