Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom exceptions for every feature, delay for waiting responses #39

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

Bestfootballer
Copy link

Hi, I added custom exceptions for every feature you have implemented, in order to have specific errors if someone has to do something when catches these exceptions.
I also added a new variable into FTPConnect and FTPSocket classes called "sendingResponseDelay" for customizing the delay between the responses coming from FTP SERVER.

I did these changes cause I'm currently develop a desktop app that uses your package and in some points, I needed custom exceptions in order to do custom actions in the catch block. Then, I added the delay for reducing the time between responses in order to have results faster.
Finally, I updated the tests in order to work with the new exceptions.

I hope you'll enjoy my work

Waiting answers.
Have a nice day :)
Antonio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants