ftp
ftp copied to clipboard
FTP over TLS and read: connection reset by peer
c, err = ftp.Dial(
ftpsString,
ftp.DialWithExplicitTLS(
&tls.Config{
InsecureSkipVerify: true,
},
),
)
After changes 2022-03-01 c.Stor() return read: connection reset by peer
Is it the same as https://github.com/jlaffaye/ftp/issues/249#issuecomment-1056765804 ?
No. File size 0kb. error before execute ftp command STOR
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.