Re: [JSch-users] How to get super permission when using ChannelSftp ?
Status: Alpha
Brought to you by:
ymnk
From: Lothar K. <jo...@ki...> - 2016-02-15 12:38:39
|
Am 13.02.2016 um 14:50 schrieb 艾超: > Is there a way to do /SUDO put/get/ using ChannelSftp ? if yes, > how to do that ? Maybe it needs some modification/extension to > Jsch source, but is it possible ? I don't think so. The SFTP subsystem uses no shell and only supports the SFTP commands being defined by the standard. AFAIR there is no SUDO-command and SFTP doesn't come with a site-command as you might know it from FTP, either. Cheers, Lothar |