SSH: Add convenience class for running remote processes.

This commit is contained in:
Christian Kandeler
2010-10-12 11:07:06 +02:00
parent 9293453ced
commit d6cb965040
3 changed files with 256 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ SOURCES += mainwindow.cpp \
ssh/sftpincomingpacket.cpp \
ssh/sftpdefs.cpp \
ssh/sftpchannel.cpp \
ssh/sshremoteprocessrunner.cpp \
outputpanemanager.cpp \
navigationsubwidget.cpp \
sidebarwidget.cpp \
@@ -217,6 +218,7 @@ HEADERS += mainwindow.h \
ssh/sftpdefs.h \
ssh/sftpchannel.h \
ssh/sftpchannel_p.h \
ssh/sshremoteprocessrunner.h \
outputpanemanager.h \
navigationsubwidget.h \
sidebarwidget.h \