issues
search
bramvdbogaerde
/
go-scp
Simple Golang scp client
Mozilla Public License 2.0
424
stars
89
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix: Use strconv.ParseInt for 64-bit values on 32-bit systems
#87
Codycody31
closed
5 months ago
1
error: strconv.Atoi: parsing "5663464228": value out of range
#86
Codycody31
closed
5 months ago
1
feature: allow transfering modification and access time in source mode
#85
bramvdbogaerde
opened
6 months ago
0
Why do you use os.File instead of *os.File?
#82
rcoreilly
closed
6 months ago
0
Implement preserve
#81
datadius
closed
6 months ago
7
Handle T message and prepare for adding -p option
#80
datadius
closed
7 months ago
5
`Close` also closes user-provided SSH clients
#79
bramvdbogaerde
closed
8 months ago
0
Create directory if target path does not exist on remote host
#78
jantytgat
closed
9 months ago
2
Run `gofmt -w .`
#77
aDotInTheVoid
closed
9 months ago
1
Add tests by other authentication and CI workflow for running tests
#76
t-ham752
closed
10 months ago
1
error "ssh: StdoutPipe after process started" when doing multiple up- and downloads
#75
svenczbg
opened
10 months ago
2
Fix busy box in router upload failed
#74
SeaCodeBase
closed
10 months ago
1
Fix typo in README.md
#73
gearcog
closed
1 year ago
1
Bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0
#72
dependabot[bot]
closed
10 months ago
0
Bump golang.org/x/sys from 0.0.0-20210525143221-35b2ab0089ea to 0.1.0
#71
dependabot[bot]
closed
10 months ago
1
Implements multi-file upload and download
#70
Patches72790
closed
1 year ago
1
I'm sorry to mention this issue
#69
T-TRz879
closed
1 year ago
4
CopyFromRemote can't throw file not found on remote, waill be hang
#68
EdgarDing77
closed
1 year ago
11
How do you fetch a list of files?
#67
biblical-text
closed
1 year ago
1
fix: Data race in CopyPassThru
#66
mafredri
closed
1 year ago
2
Fixed process panics with CopyFromRemotePassThru
#65
nilpoona
closed
2 years ago
1
Bugfix/scp multi files
#64
qcha0
closed
1 year ago
6
Add support for "-p" option, to copy permissions, modification time, access time
#63
dxjones
closed
6 months ago
10
scp: Invalid options
#62
jondunning
opened
2 years ago
5
Allow entire directories to be copied (recursively)
#61
bramvdbogaerde
opened
2 years ago
3
Allow download of multiple files from remote using the same client
#60
bramvdbogaerde
closed
1 year ago
0
Allow upload of multiple consecutive files
#59
bramvdbogaerde
closed
1 year ago
0
validate permissions string
#58
JackTimothy
closed
2 years ago
0
command line SCP working but go-scp is showing timeout error
#57
gurdevrana
opened
2 years ago
4
fix: CopyRemotePassThru blocked on writing to error channel
#56
262nos
closed
2 years ago
2
ParseResponse doesn't handle error responses correctly
#55
carlgreen
closed
2 years ago
3
Calling `CopyFromRemote()` with missing file
#54
IDavron
closed
2 years ago
1
Some code style fixes
#53
dshemin
closed
2 years ago
0
Use a context instead of timeout
#52
dshemin
closed
2 years ago
2
Update README.md to use CopyFromFile instead of CopyFile
#51
d4l3k
closed
2 years ago
1
Multiple consecutive `CopyFile` calls produce `ssh: StdoutPipe after process started` error
#50
brumhard
closed
2 years ago
7
update waitTimeout func
#49
qcha0
closed
3 years ago
0
update waitTimeout func
#48
qcha0
closed
3 years ago
4
Disable Timeout by default
#47
bramvdbogaerde
closed
3 years ago
0
DownloadFromRemote does not seem to work
#46
cdoern
closed
3 years ago
4
Change release version tag to v1.0.0
#45
becheran
closed
3 years ago
1
Enable Continuous Integration using Github Actions
#44
bramvdbogaerde
closed
5 months ago
1
Run `gofmt -w .`
#43
JonasAlfredsson
closed
3 years ago
0
Add `go.mod` and `go.sum` files
#42
JonasAlfredsson
closed
3 years ago
0
Fix for file names with space in them
#41
JonasAlfredsson
closed
3 years ago
8
Add test for other authentication methods: PrivateKey and Agent
#40
bramvdbogaerde
closed
10 months ago
1
Check the CopyPassThru code for race conditions
#39
bramvdbogaerde
closed
1 year ago
0
fix "stdout already set" error when get StdoutPipe
#38
qcha0
closed
3 years ago
4
scp file raise "Stdout already set" error
#37
qcha0
closed
3 years ago
2
Use ssh.ClientConfig.Timeout for Configurer
#36
sonemaro
closed
3 years ago
3
Next