I have received this error after several attempts to upload files. I have been using the program for about a year and have never gotten an error like this or had a problem uploading or downloading multiple files.
The script is below:
Welcome to Core FTP, release ver 1.3c, build 1420.02 (U) -- © 2003-2005
WinSock 2.0
Mem -- 523,760 KB, Virt -- 2,097,024 KB
Started on Tuesday November 01, 2005 at 03:25:AM
Resolving ftp.qmt-online.com...
Connect socket #796 to 66.235.211.21, port 21...
220 host226.ipowerweb.com FTP server ready
USER audiorowc@qmt-online.com
331 Password required for audiorowc@qmt-online.com.
PASS **********
230 User audiorowc@qmt-online.com logged in.
SYST
215 UNIX Type: L8
Keep alive off...
PWD
257 "/" is current directory.
PASV
227 Entering Passive Mode (66,235,211,21,31,178).
LIST
Connect socket #996 to 66.235.211.21, port 8114...
150 Opening ASCII mode data connection for file list
226 Transfer complete.
Transferred 0 bytes in 0.008 seconds
PWD
257 "/" is current directory.
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (66,235,211,21,31,171).
STOR ROWC0504.dss
Connect socket #1128 to 66.235.211.21, port 8107...
150 Opening BINARY mode data connection for ROWC0504.dss
552 Transfer aborted. Disc quota exceeded
ROWC0504.dss - 46501 bytes transferred
PASV
227 Entering Passive Mode (66,235,211,21,31,244).
LIST
Connect socket #1152 to 66.235.211.21, port 8180...
150 Opening ASCII mode data connection for file list
226 Transfer complete.
SIZE ROWC0504.dss
213 0
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (66,235,211,21,32,19).
REST 46501
350 Restarting at 46501. Send STORE or RETRIEVE to initiate transfer
STOR ROWC0504.dss
Connect socket #1160 to 66.235.211.21, port 8211...
554 ROWC0504.dss: invalid REST argument
ROWC0504.dss - 0 bytes transferred
PASV
227 Entering Passive Mode (66,235,211,21,31,194).
LIST
Connect socket #1172 to 66.235.211.21, port 8130...
150 Opening ASCII mode data connection for file list
226 Transfer complete.
SIZE ROWC0504.dss
213 0
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (66,235,211,21,31,156).
REST 46501
350 Restarting at 46501. Send STORE or RETRIEVE to initiate transfer
STOR ROWC0504.dss
Connect socket #1176 to 66.235.211.21, port 8092...
554 ROWC0504.dss: invalid REST argument
ROWC0504.dss - 0 bytes transferred
PASV
227 Entering Passive Mode (66,235,211,21,31,215).
LIST
Connect socket #1188 to 66.235.211.21, port 8151...
150 Opening ASCII mode data connection for file list
226 Transfer complete.
SIZE ROWC0504.dss
213 0
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (66,235,211,21,31,248).
REST 46501
350 Restarting at 46501. Send STORE or RETRIEVE to initiate transfer
STOR ROWC0504.dss
Connect socket #1192 to 66.235.211.21, port 8184...
554 ROWC0504.dss: invalid REST argument
ROWC0504.dss - 0 bytes transferred
PASV
227 Entering Passive Mode (66,235,211,21,31,180).
LIST
Connect socket #1204 to 66.235.211.21, port 8116...
150 Opening ASCII mode data connection for file list
226 Transfer complete.
SIZE ROWC0504.dss
213 0
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (66,235,211,21,31,155).
REST 46501
350 Restarting at 46501. Send STORE or RETRIEVE to initiate transfer
STOR ROWC0504.dss
Connect socket #1208 to 66.235.211.21, port 8091...
554 ROWC0504.dss: invalid REST argument
ROWC0504.dss - 0 bytes transferred
Transfer time: 00:00:04
PASV
227 Entering Passive Mode (66,235,211,21,31,198).
LIST
Connect socket #1296 to 66.235.211.21, port 8134...
150 Opening ASCII mode data connection for file list
226 Transfer complete.
Transferred 69 bytes in 0.016 seconds
The strange part is that it created the correct number of files, but they all had 0 (zero) bytes instead of the correct amount.
It went through the process of Pending, Retry, and then Failed, for each file.
This line was printed in RED, so I though it might be significant:
552 Transfer aborted. Disc quota exceeded
I would appreciate any help you can give me.