Re: [FFmpeg-devel] [PATCH] avformat/ftp: add AVOptions for authentication

2019-11-03 Thread Marton Balint
On Sun, 27 Oct 2019, Nicolas Frattaroli wrote: This introduces two new AVOption options for the FTP protocol, one named ftp-user to supply the username to be used for auth, one named ftp-password to supply the password to be used for auth. These are useful for when an API user does not wish t

[FFmpeg-devel] [PATCH] avformat/ftp: add AVOptions for authentication

2019-10-26 Thread Nicolas Frattaroli
This introduces two new AVOption options for the FTP protocol, one named ftp-user to supply the username to be used for auth, one named ftp-password to supply the password to be used for auth. These are useful for when an API user does not wish to deal with URL manipulation and percent encoding.