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

Breaking from loop with commands #34

Open
DavidRBouter opened this issue Jun 18, 2021 · 0 comments
Open

Breaking from loop with commands #34

DavidRBouter opened this issue Jun 18, 2021 · 0 comments

Comments

@DavidRBouter
Copy link

Hello,

I'm working with this library and i was wondering if there was some kind of way of breaking from the loop when the quit command is recieved. For example:

While(True){
ftpSrv.handleFTP();
if(Quitcommandrecieved()){//This function does not exist, is there a way to still do this?
break;
}
}

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

No branches or pull requests

1 participant