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

FTP over TLS and read: connection reset by peer #252

Open
mopo3ilo opened this issue Mar 29, 2022 · 3 comments
Open

FTP over TLS and read: connection reset by peer #252

mopo3ilo opened this issue Mar 29, 2022 · 3 comments
Labels
accepted Accepted issue defect The code does not work as intended

Comments

@mopo3ilo
Copy link

c, err = ftp.Dial(
	ftpsString,
	ftp.DialWithExplicitTLS(
		&tls.Config{
			InsecureSkipVerify: true,
		},
	),
)

After changes 2022-03-01 c.Stor() return read: connection reset by peer

@mopo3ilo mopo3ilo added the defect The code does not work as intended label Mar 29, 2022
@jlaffaye
Copy link
Owner

Is it the same as #249 (comment) ?

@mopo3ilo
Copy link
Author

No. File size 0kb.
error before execute ftp command STOR

@stale
Copy link

stale bot commented Apr 30, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Will auto close after 14 days label Apr 30, 2022
@jlaffaye jlaffaye added accepted Accepted issue and removed stale Will auto close after 14 days labels May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted issue defect The code does not work as intended
Projects
None yet
Development

No branches or pull requests

2 participants