# ifolder ifolder is a python package for transferring files and folders with tcp socket.
receiver
from ifolder import Receiver
# replace this path to a valid one on this machine
toPATH = '/Users/xxxx/Desktop/copyto'
rx = Receiver()
while True:
rx.save_files_to(toPATH)
sender
from ifolder import Sender
ip = ('127.0.0.1',10086)
# files or folders to be sent. should be a list
files = [
'/Users/xxx/Desktop/TEST.pdf',
]
tx = Sender(ip)
tx.send(files)
Release files for ifolder 1.5.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ifolder-1.5.6.tar.gz | 5.3 kB | Details |
Release files / ifolder-1.5.6.tar.gz
| Download URL | ifolder-1.5.6.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ee93c5f66da8c7ce482ae6f8920cd7a0a93b8956f2feb07f81f11a2d98c03a97
|
|
BLAKE2b-256 checksum How to use checksums |
e99ba0321a3b46d843d7c9ee7b44beee34564e837091bf3011c241c7edd60f1a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
|