我正在尝试显示存储在 FTP 服务器中的视频。
当我使用我的 FTP 地址打开图片时,它显示正常,我可以看到它。
但是当我输入位于同一个 ftp 文件夹中的视频链接时,什么也没有发生。该视频存在,我可以在我的计算机上播放它,但是当我尝试在浏览器中打开它时,使用它的链接,它没有显示。我下载了html5阅读器,我支持flash ...其他视频显示很好,但我的就是没有。
当我检查 FileZilla 服务器时,我发现以下消息:
(000133)16/05/2013 14:57:21 - (not logged in) (10.0.0.120)> Connected, sending welcome message...
(000133)16/05/2013 14:57:21 - (not logged in) (10.0.0.120)> 220-FileZilla Server version 0.9.41 beta
(000133)16/05/2013 14:57:21 - (not logged in) (10.0.0.120)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000133)16/05/2013 14:57:21 - (not logged in) (10.0.0.120)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000133)16/05/2013 14:57:27 - (not logged in) (10.0.0.120)> USER ingenius
(000133)16/05/2013 14:57:27 - (not logged in) (10.0.0.120)> 331 Password required for ingenius
(000133)16/05/2013 14:57:33 - (not logged in) (10.0.0.120)> PASS ********
(000133)16/05/2013 14:57:33 - ingenius (10.0.0.120)> 230 Logged on
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> SYST
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> 215 UNIX emulated by FileZilla
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> PWD
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> 257 "/" is current directory.
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> TYPE I
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> 200 Type set to I
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> PASV
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> 227 Entering Passive Mode (10,0,0,120,205,239)
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> SIZE /IngeniusFTP/video-2013-05-09-18-05-34.ogg
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> 213 4589529
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> CWD /IngeniusFTP/video-2013-05-09-18-05-34.ogg
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> 550 CWD failed. "/IngeniusFTP/video-2013-05-09-18-05-34.ogg": directory not found.
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> PASV
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> 227 Entering Passive Mode (10,0,0,120,205,241)
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> RETR /IngeniusFTP/video-2013-05-09-18-05-34.ogg
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> 150 Connection accepted
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> disconnected.
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> 426 Connection closed; transfer aborted.
(000133)16/05/2013 14:57:41 - ingenius (10.0.0.120)> could not send reply, disconnected.
我错过了什么吗?