Skip to main content

Test whether a Windows drive is connected, and connect it.

Project description

Installation

pip install driveconnect

Or:

pip install git+https:\\github.com\gwangjinkim\driveconnect.git

Usage

import driveconnect as dcn

# test, wether a drive e.g. 'M:' is connected:
dcn.is_drive_connected(drive_letter='M') # it works also with "M:"
## False

# set the credentials for the server in local folders
dcn.pss.set_credentials('.\.user', '.\.pass')

# connect to the server
# leading '\\' can be left out in server address and the 'M:' as well as 'M' both work
dcn.connect_drive('M:', '\\serveraddress\folder', '.\.user', '.\.pass')

# disconnect from the server
dcn.disconnect_drive('M:')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

driveconnect-0.1.4.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

driveconnect-0.1.4-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page