Error resuming upload of large zip file

Core FTP client questions and answers
Post Reply
itsandy
Posts: 2
Joined: Tue Jun 14, 2011 7:35 pm

Error resuming upload of large zip file

Post by itsandy »

I'm trying to resume an ftp upload of a large zip file (1.5gb) but I keep getting the same error and it's failing to resume the file upload. Am I going to have to restart this upload or is there a quick fix to my issue?

Here's what I see.

50 CWD command successful.
PASV
227 Entering Passive Mode (97,74,215,203,195,87).
LIST
Connect socket #2440 to 97.74.215.203, port 50007...
150 Opening ASCII mode data connection.
226 Transfer complete.
SIZE karmabbq.zip
550 The process cannot access the file because it is being used by another process.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (97,74,215,203,195,91).
REST 1500218328
350 Restarting at 1500218328.
STOR karmabbq.zip
Connect socket #2436 to 97.74.215.203, port 50011...
karmabbq.zip - 0 bytes transferred
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

Was there any more to the log? The next line would be critical in determining the problem (ie: Quota error, locked file, etc).
itsandy
Posts: 2
Joined: Tue Jun 14, 2011 7:35 pm

Post by itsandy »

this is the rest and it just keeps on repeating.

Resolving jrodmedia.com...
Connect socket #720 to 97.74.215.203, port 21...
220 Microsoft FTP Service
USER itsandy
331 Password required for xxxxxxx.
PASS **********
230-FTP-SSL (AUTH TLS, Explicit FTPS or FTPES) security is available.
230 User logged in.
SYST
215 Windows_NT
CWD /
250 CWD command successful.
PASV
227 Entering Passive Mode (97,74,215,203,196,64).
LIST
Connect socket #1160 to 97.74.215.203, port 50240...
150 Opening ASCII mode data connection.
226 Transfer complete.
SIZE karmabbq.zip
550 The process cannot access the file because it is being used by another process.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (97,74,215,203,196,91).
REST 1500218328
350 Restarting at 1500218328.
STOR karmabbq.zip
Connect socket #1164 to 97.74.215.203, port 50267...
karmabbq.zip - 0 bytes transferred
Resolving jrodmedia.com...
Connect socket #720 to 97.74.215.203, port 21...
220 Microsoft FTP Service
USER xxxxxxx
331 Password required for itsandy.
PASS **********
230-FTP-SSL (AUTH TLS, Explicit FTPS or FTPES) security is available.
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

550 The process cannot access the file because it is being used by another process.

So for some reason the file is open on the server side... It could be that the file is being scanned by antivirus software, it possibly open by another application on the server side.
Post Reply