Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 01-08-2001, 04:24 AM   #1
Member (5 bit)
 
Join Date: Dec 2000
Posts: 25
Having a few problems setting up a ftp server and it seems the problem could be with PASV mode.

Anyway, what I want to know is that I know on setting up an ftp server as standard port 21 needs to be open. BUT with PASV does another port need to be open, as on Zonealarm Pro it asks for a port for outgoing TCP connections.

Any ideas,

Scott
slewis1972 is offline   Reply With Quote
Old 01-08-2001, 07:12 PM   #2
Member (10 bit)
 
Join Date: Apr 1999
Location: Maryland, USA
Posts: 775
Normal mode FTP:

Client source port is > 1023 with a destination of port 21. This opens the command channel. Then the SERVER initiates a connection sourced from port 20 with a destination of > 1023 (the client tells the server which port to connect to via the PORT command). Note that this is "strange" because the SERVER initiates a connection.

Passive mode:

Client opens the command channel (source > 1023, destination = 21). Then the CLIENT opens the data channel using the PASV command (source > 1023, destination also > 1023) Notice that the CLIENT does all the requesting and that in passive mode, port 20 is NOT used.
Dave22 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:04 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2