Esempio n. 1
0
 def launch(self):
     if FileConnector.launch(self) != 'fail':
         if self.downloadFile():
             print '+ Downloading Successful'
             print ''
         else:
             print '+ Downloading Failed'
             print ''
Esempio n. 2
0
 def launch(self):
     if FileConnector.launch(self) != 'fail':
         if self.downloadFile():
             print '+ Downloading Successful'
             print ''
         else:
             print '+ Downloading Failed'
             print ''
     else:
         print 'Error: File opreation can not work'
         print ''
Esempio n. 3
0
 def launch(self):
     if FileConnector.launch(self) != 'fail':
         self.uploadFile()
Esempio n. 4
0
 def launch(self):
     if FileConnector.launch(self) != 'fail':
         self.uploadFile()
     else:
         print 'Error: File opreation can not work'
         print ''
Esempio n. 5
0
 def launch(self):
     if FileConnector.launch(self) != 'fail':
         self.uploadFile()
     else:
         print 'Error: File opreation can not work'
         print ''