This commit is contained in:
Carmix
2023-09-15 11:36:15 +02:00
parent 85cf00e68c
commit 1efb3f733f
+1 -1
View File
@@ -797,7 +797,7 @@ protected
end
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)
end