Skip to main content

Hello Team,


Is it possible to download data on my Box account to a FTP server using Python code?


I want to write a block of code in my application which is built on Django python. This code will basically download files from my box acc to an external FTP server. 


Please let me know if Box provides some APi or Python code to achieve this.


 


Thanks and regards


Deepak Kumar

Hello, 


You are able to download files using python - but you cannot run one command and download everything in a Box account in one go. You would need to go one by one. Also, when downloading folders, you have to download them as a zip and then extraction the zip after download. 


https://github.com/box/box-python-sdk/blob/main/docs/usage/zip.md


Thanks. 


Reply