1 Open Issue Need Help Last updated: Oct 6, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue proposes adding a new `upload_directory` helper function to the Rust SDK's `FileHandler` to address the common user need for recursively uploading entire local directories. This function would traverse a local directory using `walkdir`, calculate relative paths for each file, and then upload them to a specified remote path, optionally creating parent directories.

Complexity: 3/5
enhancement good first issue

Files.com API Rust SDK

Rust