giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 267 forks source link

mount directory to ftp server #504

Closed ErHaGo closed 4 years ago

ErHaGo commented 5 years ago

can I mount a directory which outside the ftp home path to ftp server? |----C:\ (Ftp Server) |----D:\ |----E:\ that is ,is there some way to access D:\ or E:\ through ftp? thanks

giampaolo commented 5 years ago

Of course you can. Check the examples in the doc where a user (with a given directory) is added to the authorizer.

lurch commented 5 years ago

Possibly related to #503 ?