Skip to main content

Transferring data between PCs library

Project description

FileSocket

Library for file transfer and remote PC control

Links

Quick usage

from pathlib import Path
from filesocket import sign_in, show_all_pc, ManagedClient, ManagingClient


# Sign in
sign_in("login", "password")

# Create managed client
client = ManagedClient(port=7999, require_token='token')
client.run()

# Get managed pc id
all_pc = show_all_pc()

# Create managing client
client = ManagingClient(device_id=all_pc[0].id, device_secure_token='token')
client.run(text_ui=False)

# Send cmd command
client.cmd_command('ipconfig')

# Send file
client.send_file(Path("local/path/to/file/to/send"), Path("path/where/to/put"))

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

filesocket-0.1.8-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file filesocket-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: filesocket-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for filesocket-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 cd0cc0aa4bba60641a1b5e8894dd775fe7ec2e1f46b83b99a27465dbb6027dfe
MD5 cc50d5eb4bb4f2fa4f3cd404eacd1e0f
BLAKE2b-256 ac4f6d08585c861a2b57a87d3d73ede06e0cdd61ae44c32a901492dade4abc4f

See more details on using hashes here.

Supported by

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