ftp icon indicating copy to clipboard operation
ftp copied to clipboard

FTP over TLS and read: connection reset by peer

Open mopo3ilo opened this issue 2 years ago • 3 comments

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 avatar Mar 29 '22 16:03 mopo3ilo

Is it the same as https://github.com/jlaffaye/ftp/issues/249#issuecomment-1056765804 ?

jlaffaye avatar Mar 30 '22 14:03 jlaffaye

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

mopo3ilo avatar Mar 30 '22 16:03 mopo3ilo

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[bot] avatar Apr 30 '22 22:04 stale[bot]