mirror of https://github.com/pkg/sftp.git
move to internal/ until we finalize the package
This commit is contained in:
parent
dcebc58faf
commit
0e87b41d75
|
@ -1,7 +1,7 @@
|
|||
package openssh
|
||||
|
||||
import (
|
||||
sshfx "github.com/pkg/sftp/encoding/ssh/filexfer"
|
||||
sshfx "github.com/pkg/sftp/internal/encoding/ssh/filexfer"
|
||||
)
|
||||
|
||||
const extensionHardlink = "hardlink@openssh.com"
|
|
@ -1,7 +1,7 @@
|
|||
package openssh
|
||||
|
||||
import (
|
||||
sshfx "github.com/pkg/sftp/encoding/ssh/filexfer"
|
||||
sshfx "github.com/pkg/sftp/internal/encoding/ssh/filexfer"
|
||||
)
|
||||
|
||||
const extensionPosixRename = "posix-rename@openssh.com"
|
|
@ -1,7 +1,7 @@
|
|||
package openssh
|
||||
|
||||
import (
|
||||
sshfx "github.com/pkg/sftp/encoding/ssh/filexfer"
|
||||
sshfx "github.com/pkg/sftp/internal/encoding/ssh/filexfer"
|
||||
)
|
||||
|
||||
const extensionStatVFS = "statvfs@openssh.com"
|
Loading…
Reference in New Issue