Beispiel #1
0
 def __init__(self, args, ftp):
     Command.__init__(self, args, ftp)
Beispiel #2
0
 def __init__(self, args, ftp):
     Command.__init__(self, args, ftp)
     self.error_message = "Usage : cat [OPTION] <filename>"
Beispiel #3
0
 def __init__(self, args, ftp):
     Command.__init__(self, args, ftp)
     self.total_size = []