-
Notifications
You must be signed in to change notification settings - Fork 243
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
ECONNRESET Error using ftp after few mintues #280
Comments
Having the same issue. `class FTP { create_session() {
} watch_error() { close_connection() { // Get file names from server. // Read file content from server. I used file data directly, I am not saving the file in the system.
|
I am using FTP Connection and download all files from folder.
I have written this script , its downloading few files but after few min getting this error.
Below my script:
The text was updated successfully, but these errors were encountered: