Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double Uploading of Files #5608

Closed
cyberduck opened this issue Jan 1, 2011 · 5 comments
Closed

Double Uploading of Files #5608

cyberduck opened this issue Jan 1, 2011 · 5 comments
Assignees
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

7b1998a created the issue

I'm noticing that when a file upload appears to be complete, the upload begins all over again making it take twice as long as it should. Why would that be?

Also, Cyberduck shows file sizes as being 4.6% smaller in size than Mac OSX Finder shows them to be. Why the difference?

Thanks.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Post any error message and the transcript from the log drawer in the Transfers window.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Transfers window log drawer follows.
The file uploads twice. After it reaches 100% during the upload, it continues on until it reaches 200%, then it's complete.
No error messages.

I typically have to upload about 4GB of files at a time and it takes way too long to do it twice. Is it a preference setting that's wrong?

FROM TRANSFERS WINDOW:

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 7 of 1000 allowed.
220-Local time is now 07:49. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
USER public@johnpruden.com
331 User public@johnpruden.com OK. Password required
PASS ********
230-User public@johnpruden.com has group access to:  johnprud  
230 OK. Current restricted directory is /
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 AUTH TLS
 PBSZ
 PROT
 ESTA
 PASV
 EPSV
 SPSV
 ESTP
211 End.
NOOP
200 Zzz...
SYST
215 UNIX Type: L8
PASV
227 Entering Passive Mode (69,89,21,64,247,23)
MLSD /
150 Accepted data connection
type=cdir;sizd=4096;modify=20110103144719;UNIX.mode=0755;UNIX.uid=8345;UNIX.gid=8347;unique=871g86b4036; .
type=pdir;sizd=4096;modify=20110103144719;UNIX.mode=0755;UNIX.uid=8345;UNIX.gid=8347;unique=871g86b4036; ..
226-Options: -a -l 
226 2 matches total
CWD /
250 OK. Current directory is /
TYPE A
200 TYPE is now ASCII
PASV
227 Entering Passive Mode (69,89,21,64,190,211)
LIST -a
150 Accepted data connection
drwxr-xr-x    2 johnprud   johnprud         4096 Jan  3 07:47 .
drwxr-xr-x    2 johnprud   johnprud         4096 Jan  3 07:47 ..
226-Options: -a -l 
226 2 matches total
TYPE I
200 TYPE is now 8-bit binary
PASV
227 Entering Passive Mode (69,89,21,64,184,210)
STOR /03-02.wav
150 Accepted data connection
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 6 of 1000 allowed.
220-Local time is now 08:21. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
USER public@johnpruden.com
331 User public@johnpruden.com OK. Password required
PASS ********
230-User public@johnpruden.com has group access to:  johnprud  
230 OK. Current restricted directory is /
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 AUTH TLS
 PBSZ
 PROT
 ESTA
 PASV
 EPSV
 SPSV
 ESTP
211 End.
TYPE I
200 TYPE is now 8-bit binary
PORT 192,168,1,50,240,226
200 PORT command successful
STOR /03-02.wav
150 Connecting to port 61666
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 4 of 1000 allowed.
220-Local time is now 08:53. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
USER public@johnpruden.com
331 User public@johnpruden.com OK. Password required
PASS ********
230-User public@johnpruden.com has group access to:  johnprud  
230 OK. Current restricted directory is /
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 AUTH TLS
 PBSZ
 PROT
 ESTA
 PASV
 EPSV
 SPSV
 ESTP
211 End.
SITE CHMOD 666 /03-02.wav
200 Permissions changed on /03-02.wav
QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 5 of 1000 allowed.
220-Local time is now 08:53. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
USER public@johnpruden.com
331 User public@johnpruden.com OK. Password required
PASS ********
230-User public@johnpruden.com has group access to:  johnprud  
230 OK. Current restricted directory is /
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 AUTH TLS
 PBSZ
 PROT
 ESTA
 PASV
 EPSV
 SPSV
 ESTP
211 End.
QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As a first measure, disable automatic repetition of failed networking tasks in Preferences → Connection → Timeouts. It looks like the upload is repeated because the server fails to respond upon completion of the file transfer with an acknowledgment of 226 Transfer complete.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:4 dkocher]:

As a first measure, disable automatic repetition of failed networking tasks in Preferences → Connection → Timeouts. It looks like the upload is repeated because the server fails to respond upon completion of the file transfer with an acknowledgment of 226 Transfer complete.

I/O Error: Upload Failed
Read timed out.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

There is an issue with the server not responding after the transfer has completed. Please report to your hosting service provider.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

2 participants