[MPlayer-dev-eng] [PATCH] vobsub fix for empty useless streams

Giacomo Comes comes at naic.edu
Wed Sep 19 17:39:26 CEST 2007


On Wed, Sep 19, 2007 at 11:29:04PM +0800, Ulion wrote:
> >
> > The instructions are in the bug reporting guidelines.  If you have
> > suggestions as to a more obvious place for the instructions, please let
> > us know.
> 
> Ok, I found it, only several lines:
> 
> A.6. What to report
> 
> You may need to include log, configuration or sample files in your bug
> report. If some of them are quite big then it is better to upload them
> to our FTP server in a compressed format (gzip and bzip2 preferred)
> and include only the path and file name in your bug report. Our
> mailing lists have a message size limit of 80k, if you have something
> bigger you have to compress or upload it.
> 
> The 'FTP server' is linked to
> ftp://upload.mplayerhq.hu/MPlayer/incoming/, but when I try to upload
> file in the incoming directory using anonymous user, I got following
> messages:
> 
> ulion at ubuntu:~/Developer/main$ !ftp
> ftp upload.mplayerhq.hu
> Connected to upload.mplayerhq.hu.
> 220 (vsFTPd 2.0.5)
> Name (upload.mplayerhq.hu:ulion): anonymous
> 331 Please specify the password.
> Password:
> 230 Login successful.
> Remote system type is UNIX.
> Using binary mode to transfer files.
> ftp> cd MPlayer/incoming
> 250 Directory successfully changed.
> ftp> pwd
> 257 "/MPlayer/incoming"
> ftp> bin
> 200 Switching to Binary mode.
> ftp> ls
> 200 PORT command successful. Consider using PASV.
> 150 Here comes the directory listing.
> 226 Transfer done (but failed to open directory).
> ftp> put /home/ulion/Desktop/
> Gladiator-Subs-oTo.rar
> realplay-10.0.5.756-linux-2.2-libc6-gcc32-powerpc.bin
> xpfonts.zip
> ftp> put /home/ulion/Desktop/Gladiator-Subs-oTo.rar
> local: /home/ulion/Desktop/Gladiator-Subs-oTo.rar remote:
> /home/ulion/Desktop/Gladiator-Subs-oTo.rar

You are not using ftp correctly.
As you can see, ftp tryes to create the file
  /home/ulion/Desktop/Gladiator-Subs-oTo.rar
and of course it can't.

If you are already in /home/ulion/Desktop when you start ftp then
just 'put Gladiator-Subs-oTo.rar' will do.
Or a 'put /home/ulion/Desktop/Gladiator-Subs-oTo.rar'
should do too.
Finally a:
!cd /home/ulion/Desktop
put Gladiator-Subs-oTo.rar
is the proper way to do such transfer.

Ciao
Giacomo



> 200 PORT command successful. Consider using PASV.
> 553 Could not create file.
> ftp> passive
> Passive mode on.
> ftp> put /home/ulion/Desktop/Gladiator-Subs-oTo.rar
> local: /home/ulion/Desktop/Gladiator-Subs-oTo.rar remote:
> /home/ulion/Desktop/Gladiator-Subs-oTo.rar
> 227 Entering Passive Mode (213,144,138,186,155,2)
> 553 Could not create file.
> ftp>
> 



More information about the MPlayer-dev-eng mailing list