I'm using pyftpdlib on python 2.7 as a function that I call from the code. The function is the basic example the pyftpdlib creators has to offer.
The thing is, the module has built-in printings that I want to disable, or at least make them not visible to the user, WITHOUT modifying the module itself.
Help? Anyone?
Thanks in advance, Miri :)