my question is how can I upload my source package ( I already got the .sources file) over the active ftp method with dput to my launchpad ppa?
my .dput.cf file looks as follows:
[cooking]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~gotwig/lens-cooking/ubuntu/
login = anonymous
passive_ftp = 0
my command is
dput cooking lens-cooking_0.1_source.changes
The traceback is:
Good signature on /home/gotwig/lens-cooking_0.1.dsc.
Uploading to cooking (via ftp to ppa.launchpad.net):
Uploading lens-cooking_0.1.dsc: 425 Can't open data connection.
It seems to me, as it want to use passive_ftp instead of active one.. I cant use passive ftp becouse of my router.
If there is a way without a configuration file, I would be even more happy.