Skip to content

How to test if connection to server actually works? #9

Description

@ho1ger

Hi there,

is there a way how I can reliably test if the connection to my server actually works?

The problem is the following:

When I use the wrong password for my nextcloud user,

nxc.get_file(someDirectory)

returns None.

When I use the right password for my nextcloud user,

nxc.get_file(someDirectoryThatDoesNOTexist)

also returns None.

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions