Ftp ACL (Access Control Lists ) – restricted FTP access

image_pdfimage_print

What is ACL ?

When you enable it , only selected ips  have access to  FTP server as a client.  it is for security of FTP. if some one stole  your FTP.

 

How to ?  It is depends on your FTP  provider. But if you have  own linux server.

access-list 101 permit tcp any any eq 21  
!--- The above line permits TCP traffic from any source, such as the FTP client,
      
!--- FTP server destination at the FTP control port 21. 

access-list 101 permit tcp any eq 20 any
!--- The above line permits TCP traffic from any source, such as the FTP server,
    
!--- FTP client at FTP data port 20.

 

Example Document :

HP_ACCESS_CONTROL_Ch3_ACL

 

Posted in FTP

Using tar command

image_pdfimage_print

 

 

using tar command for     Partition backup

 

 

Context Parameter with remote port

image_pdfimage_print

 

Please check the port  with linux Terminal

 

How to compile java over terminal, command line , Run java file

image_pdfimage_print

1. You need to check, java version with this command

2. Compile the code

3. Run The compiled