This commit is contained in:
Carmix 2023-09-15 11:36:15 +02:00
parent 85cf00e68c
commit 1efb3f733f
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ protected
end end
def _file_transfer def _file_transfer
raise NotImplementedError.new('Session does not support file transfers.') if @session_type.ends_with?(':winpty') raise NotImplementedError.new('Session does not support file transfers.') if session_type.ends_with?(':winpty')
FileTransfer.new(self) FileTransfer.new(self)
end end