python-rclone icon indicating copy to clipboard operation
python-rclone copied to clipboard

Python module for rclone

Results 5 python-rclone issues
Sort by recently updated
recently updated
newest added

Replaced the usage of tempfile's NamedTemporaryFile() method with the mkstemp() method for the generation of the temp rclone config. This method requires the wrapper to remove the file manually but...

This allows for monitoring the progress to be shown in the terminal when python script is running.

Hey! I was trying to uh upload a file via rclone/python... My code: ```python import os import zipfile import datetime import rclone import time import logging logging.basicConfig( level=logging.DEBUG, format="%(asctime)s %(name)s...

Hey, Could you add a flag, when cfg = 'system' (or something), then flag "--config" would not be inserted into command? I'm using rclone with its own config and rely...

Hi @ddragosd, Recently, our project need use `rclone` to sync files to remote storage. Before Using our package, Users have to install `rclone` on their local machine is definitely a...