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

Transfer incomplete #7748

Closed
cyberduck opened this issue Jan 20, 2014 · 1 comment
Closed

Transfer incomplete #7748

cyberduck opened this issue Jan 20, 2014 · 1 comment
Assignees
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

371de79 created the issue

I am unable to upload and download files (MacOS10.9.1). The error message is "Transfer incomplete" and "Upload failed (/public_html/filename) operation timeout". Increasing timeout for opening doesn't help. Here is the log file. Thanks.

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 6 of 1000 allowed.
220-Local time is now 02:17. 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.
AUTH TLS
234 AUTH TLS OK.
USER fugueus
331 User fugueus OK. Password required
PASS ********
230 OK. Current restricted directory is /
PBSZ 0
200 PBSZ=0
PROT P
200 Data protection level set to "private"
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 MFMT
 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.
SYST
215 UNIX Type: L8
TYPE I
200 TYPE is now 8-bit binary
PASV
227 Entering Passive Mode (74,220,207,63,104,7)
QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please contact your web hosting service provider for assistance. Most possibly the upload fails because the port to connect to for the file transfer (in response to PASV) is blocked by the server or firewall.

@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