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