Can't upload release

Problem with the site? Got a suggestion? Got feedback? Post here and the staff will discuss it with you.
Post Reply
warezit2000
Posts: 20
Joined: Sat Mar 23, 2019 11:05 pm

Can't upload release

Post by warezit2000 »

Hi,

I'm trying to contribute my first release using the upload-only FTP server, but I'm consistently hitting a "550 Cannot STOR" error. Here's the full log:

Code: Select all

Status:	Resolving address of releases.betaarchive.com
Status:	Connecting to 94.130.67.140:50000...
Status:	Connection established, initializing TLS...
Status:	Verifying certificate...
Status:	TLS connection established, waiting for welcome message...
Status:	Logged in
Status:	Retrieving directory listing...
Status:	Directory listing of "/" successful
Status:	Creating directory '/warezit2000'...
Status:	Retrieving directory listing of "/warezit2000"...
Status:	Directory listing of "/warezit2000" successful
Status:	Resolving address of releases.betaarchive.com
Status:	Connecting to 94.130.67.140:50000...
Status:	Connection established, initializing TLS...
Status:	Verifying certificate...
Status:	TLS connection established, waiting for welcome message...
Status:	Logged in
Status:	Starting upload of /tmp/Microsoft MS-DOS 2.11 (1984) (5.25"-360KB) [English] [Compaq OEM].zip
Command:	CWD /warezit2000
Response:	250 CWD command successful. "/warezit2000" is current directory.
Command:	PWD
Response:	257 "/warezit2000" is current directory.
Command:	TYPE I
Response:	200 Type set to I.
Command:	PASV
Response:	227 Entering Passive Mode (94,130,67,140,4,9)
Command:	STOR Microsoft MS-DOS 2.11 (1984) (5.25"-360KB) [English] [Compaq OEM].zip
Response:	550 Cannot STOR. 
Error:	Critical file transfer error
Status:	Starting upload of /tmp/Microsoft MS-DOS 2.11 (1984) (5.25"-360KB) [English] [Compaq OEM].zip
Command:	PASV
Response:	227 Entering Passive Mode (94,130,67,140,3,251)
Command:	STOR Microsoft MS-DOS 2.11 (1984) (5.25"-360KB) [English] [Compaq OEM].zip
Response:	550 Cannot STOR. 
Error:	Critical file transfer error
Status:	Starting upload of /tmp/Microsoft MS-DOS 3.31 (3.31B 123187) (1988) (5.25"-360KB) [English] [Compaq OEM (rev. B)].zip
Command:	PASV
Response:	227 Entering Passive Mode (94,130,67,140,4,4)
Command:	STOR Microsoft MS-DOS 3.31 (3.31B 123187) (1988) (5.25"-360KB) [English] [Compaq OEM (rev. B)].zip
Response:	550 Cannot STOR. 
Error:	Critical file transfer error
Status:	Disconnected from server
Status:	Retrieving directory listing of "/warezit2000"...
Status:	Directory listing of "/warezit2000" successful
Status:	Resolving address of releases.betaarchive.com
Status:	Connecting to 94.130.67.140:50000...
Status:	Connection established, initializing TLS...
Status:	Verifying certificate...
Status:	TLS connection established, waiting for welcome message...
Status:	Logged in
Status:	Starting upload of /tmp/Microsoft MS-DOS 2.11 (1984) (5.25"-360KB) [English] [Compaq OEM].7z
Command:	CWD /warezit2000
Response:	250 CWD command successful. "/warezit2000" is current directory.
Command:	TYPE I
Response:	200 Type set to I.
Command:	PASV
Response:	227 Entering Passive Mode (94,130,67,140,4,1)
Command:	STOR Microsoft MS-DOS 2.11 (1984) (5.25"-360KB) [English] [Compaq OEM].7z
Response:	550 Cannot STOR. 
Error:	Critical file transfer error
Status:	Disconnected from server
Status:	Resolving address of releases.betaarchive.com
Status:	Connecting to 94.130.67.140:50000...
Status:	Connection established, initializing TLS...
Status:	Verifying certificate...
Status:	TLS connection established, waiting for welcome message...
Status:	Logged in
Status:	Starting upload of /tmp/Microsoft MS-DOS 2.11 (1984) (5.25"-360KB) [English] [Compaq OEM].7z
Command:	CWD /warezit2000
Response:	250 CWD command successful. "/warezit2000" is current directory.
Command:	TYPE I
Response:	200 Type set to I.
Command:	PASV
Response:	227 Entering Passive Mode (94,130,67,140,4,23)
Command:	STOR Microsoft MS-DOS 2.11 (1984) (5.25"-360KB) [English] [Compaq OEM].7z
Response:	550 Cannot STOR. 
Error:	Critical file transfer error
Status:	Disconnected from server
I tried uploading both a zip and a 7z version of two different releases I've prepared to my username's folder (warezit2000), but they're all failing :-( In case it matters, I'm using FileZilla from Linux to do the upload. Thanks in advance for any help!

Edness
User avatar
Donator
Posts: 208
Joined: Sun Jun 05, 2016 9:00 pm
Location: Kurzeme, Latvija
Contact:

Re: Can't upload release

Post by Edness »

The issue here is you're using the quotation mark in (5.25"-360KB)

Releases on BA that require these use a double apostrophe '' which looks similar to a quotation mark and also doesn't cause any issues.
ATTENTION:
You are now reading my signature

Thank you for your attention!

warezit2000
Posts: 20
Joined: Sat Mar 23, 2019 11:05 pm

Re: Can't upload release

Post by warezit2000 »

Thanks Edness, that was it! I've renamed the files to use the double apostrophe instead and was able to successfully upload my releases. Thanks again for the help!

Post Reply