Hi
trying to set up Wowza on EC2 and just trying to st up the HTTP caching. I cannot get Filezilla ftp to connect to change the required files. This is what I have done/get so far:
I am using a laptop via a wireless router.
Switched off AVG.
Switched off Windows Firewall
Set up Filezilla to Active Mode
Limited ports to 5000-5100
Set External IP address to mine (checked its correct with Google )
Set up Security Group as per instructed via Wowza tutorial
This is what I get when trying to connect:
Status: Resolving address of ec2----*.eu-west-1.compute.amazonaws.com
Status: Connecting to 54.194.219.114:21…
Status: Connection established, waiting for welcome message…
Response: 220 (vsFTPd 2.2.2)
Command: USER wowza
Response: 331 Please specify the password.
Command: PASS **********
Response: 230 Login successful.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: EPRT
Response: EPSV
Response: MDTM
Response: PASV
Response: REST STREAM
Response: SIZE
Response: TVFS
Response: UTF8
Response: 211 End
Command: OPTS UTF8 ON
Response: 200 Always in UTF8 mode.
Status: Connected
Status: Retrieving directory listing…
Command: PWD
Response: 257 “/home/wowza”
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PORT 82,21,166,201,19,220
Response: 200 PORT command successful. Consider using PASV.
Command: LIST
Error: Connection timed out
Error: Failed to retrieve directory listing
PLEASE can anyone help???