Exemple #1
0
 def launch(self):
     if FileConnector.launch(self) != 'fail':
         if self.downloadFile():
             print '+ Downloading Successful'
             print ''
         else:
             print '+ Downloading Failed'
             print ''
Exemple #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 ''
Exemple #3
0
 def launch(self):
     if FileConnector.launch(self) != 'fail':
         self.uploadFile()
Exemple #4
0
 def launch(self):
     if FileConnector.launch(self) != 'fail':
         self.uploadFile()
     else:
         print 'Error: File opreation can not work'
         print ''
Exemple #5
0
 def launch(self):
     if FileConnector.launch(self) != 'fail':
         self.uploadFile()
     else:
         print 'Error: File opreation can not work'
         print ''