cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7774
Views
0
Helpful
1
Replies

ftp and ftp-data?

sleepingandrew
Level 1
Level 1

Hi,

In PIX access list, what is the difference between the two? If I what to permit normal ftp access to my internal server, do I need to open both? or just ftp? What is ftp-data for then?

Thanks.

1 Reply 1

r.crist
Level 1
Level 1

FTP uses two ports, one for control and one for data. The client initiates a session on the server's control port (tcp:21), then the server initiates a session to the client from its data port (tcp:20). You just need to allow port 21 inbound, the port 20 session is established outbound to the requesting client.