Problem with ChrootDirectory
DAY=X
I have WinSRV2019(without DC role)+OpenSSH and client Win10x64+WinSCP5.17
Client will use batch-file script to sync directories from remote
DAY=X+1
WinSRV2019(without DC role)=>WinSRV2019(WITH DC role)
Sync directories NOT work with relative path
But all work GOOD if I use in script full path
WTF with
I have WinSRV2019(without DC role)+OpenSSH and client Win10x64+WinSCP5.17
C:\ProgramData\ssh\sshd_config
on server
Subsystem sftp sftp-server.exe Match User avtomat ForceCommand internal-sftp ChrootDirectory C:\AVTOMAT
C:\AVTOMAT\SOFT
using relative path /SOFT
. All work GOOD
DAY=X+1
WinSRV2019(without DC role)=>WinSRV2019(WITH DC role)
Sync directories NOT work with relative path
/SOFT
But all work GOOD if I use in script full path
C:/AVTOMAT/SOFT
WTF with
ChrootDirectory C:\AVTOMAT
?