Tag: ftp server

  • A little bit of Python, FTP and CentOS

    Today I will approach the system using few lines of Python code : – Python code : FTP client – CentOS server :  FTP server Let’s get started ! FTP uses 2 port : 21 and (sometimes) 20 if the server is in active mode – or a random port (we’ll see them in this…