We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
panic: runtime error: slice bounds out of range [96:48]
goroutine 12291275 [running]: bufio.(*Reader).ReadSlice(0xc01c8e4d80, 0x4cd50a, 0xc0004d9080, 0xc01220c000, 0x6, 0x1000, 0x6) C:/Go/src/bufio/bufio.go:334 +0x230 bufio.(*Reader).ReadBytes(0xc01c8e4d80, 0x45020a, 0xc024f8cea8, 0xc008e995d0, 0x5e39ae, 0xc0004d9080, 0xc01220c000) C:/Go/src/bufio/bufio.go:438 +0x7a bufio.(*Reader).ReadString(...) C:/Go/src/bufio/bufio.go:475 github.com/dutchcoders/goftp.(*FTP).receiveLine(0xc022fbdd80, 0x4fdca5, 0xc0000ca860, 0xc01220c000, 0x6) C:/Users/win7/go/pkg/mod/github.com/dutchcoders/[email protected]/ftp.go:281 +0x38 github.com/dutchcoders/goftp.(*FTP).receive(0xc022fbdd80, 0xd629cf, 0x4, 0x0, 0x0) C:/Users/win7/go/pkg/mod/github.com/dutchcoders/[email protected]/ftp.go:291 +0x40 github.com/dutchcoders/goftp.(*FTP).cmd(0xc022fbdd80, 0xd6225f, 0x3, 0xd629cf, 0x4, 0x0, 0x0, 0x0, 0x47e2ac, 0xc0006f1890, ...) C:/Users/win7/go/pkg/mod/github.com/dutchcoders/[email protected]/ftp.go:149 +0x91 github.com/dutchcoders/goftp.(*FTP).Pasv.func1(0xc00079b260, 0xc022fbdd80, 0xc0081c98d0, 0xc024f8ce98) C:/Users/win7/go/pkg/mod/github.com/dutchcoders/[email protected]/ftp.go:384 +0xaf created by github.com/dutchcoders/goftp.(*FTP).Pasv C:/Users/win7/go/pkg/mod/github.com/dutchcoders/[email protected]/ftp.go:379 +0xbf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
panic: runtime error: slice bounds out of range [96:48]
goroutine 12291275 [running]:
bufio.(*Reader).ReadSlice(0xc01c8e4d80, 0x4cd50a, 0xc0004d9080, 0xc01220c000, 0x6, 0x1000, 0x6)
C:/Go/src/bufio/bufio.go:334 +0x230
bufio.(*Reader).ReadBytes(0xc01c8e4d80, 0x45020a, 0xc024f8cea8, 0xc008e995d0, 0x5e39ae, 0xc0004d9080, 0xc01220c000)
C:/Go/src/bufio/bufio.go:438 +0x7a
bufio.(*Reader).ReadString(...)
C:/Go/src/bufio/bufio.go:475
github.com/dutchcoders/goftp.(*FTP).receiveLine(0xc022fbdd80, 0x4fdca5, 0xc0000ca860, 0xc01220c000, 0x6)
C:/Users/win7/go/pkg/mod/github.com/dutchcoders/[email protected]/ftp.go:281 +0x38
github.com/dutchcoders/goftp.(*FTP).receive(0xc022fbdd80, 0xd629cf, 0x4, 0x0, 0x0)
C:/Users/win7/go/pkg/mod/github.com/dutchcoders/[email protected]/ftp.go:291 +0x40
github.com/dutchcoders/goftp.(*FTP).cmd(0xc022fbdd80, 0xd6225f, 0x3, 0xd629cf, 0x4, 0x0, 0x0, 0x0, 0x47e2ac, 0xc0006f1890, ...)
C:/Users/win7/go/pkg/mod/github.com/dutchcoders/[email protected]/ftp.go:149 +0x91
github.com/dutchcoders/goftp.(*FTP).Pasv.func1(0xc00079b260, 0xc022fbdd80, 0xc0081c98d0, 0xc024f8ce98)
C:/Users/win7/go/pkg/mod/github.com/dutchcoders/[email protected]/ftp.go:384 +0xaf
created by github.com/dutchcoders/goftp.(*FTP).Pasv
C:/Users/win7/go/pkg/mod/github.com/dutchcoders/[email protected]/ftp.go:379 +0xbf
The text was updated successfully, but these errors were encountered: