SFTP uploads to the Ubuntu archive

Some time ago I had problems using ftp when uploading packages to upload.ubuntu.com (which stalled at about 13% for 100Mb uploads). Somehow sftp seems not to be affected by the problem. Here’s the relevant snippet to use in your ~/.dput.conf: [ubuntu] fqdn = upload.ubuntu.com method = sftp incoming = ubuntu login = <YOURUSERNAME> allow_unsigned_uploads = […]