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

Fallback to PASV fails #5385

Closed
cyberduck opened this issue Oct 31, 2010 · 5 comments
Closed

Fallback to PASV fails #5385

cyberduck opened this issue Oct 31, 2010 · 5 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

b7f0012 created the issue

I can access lists of files from my site but all transfers are incomplete. Log file says will not connect to server, entering passive mode. PLease help me figure this out.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 3 of 50 allowed.
220-Local time is now 01:44. 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 gearz@binkhalidsonicpollution.com
331 User gearz@binkhalidsonicpollution.com OK. Password required
PASS ********
230-User gearz@binkhalidsonicpollution.com has group access to:  binkhali  
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
 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...
NOOP
200 Zzz...
CWD /blog
250 OK. Current directory is /blog
SYST
215 UNIX Type: L8
STAT /blog
213-STAT
drwxr-xr-x    5 binkhali   binkhali         4096 Mar 31  2010 .
drwxr-x---    9 binkhali   99               4096 Sep 28 13:22 ..
-rw-r--r--    1 binkhali   binkhali        17844 Oct 24 13:07 error_log
-rwxr-xr-x    1 binkhali   binkhali           36 Aug 29  2008 fantversion.php
-rw-r--r--    1 binkhali   binkhali          397 May 25  2008 index.php
-rw-r--r--    1 binkhali   binkhali        15410 Dec  6  2008 license.txt
-rw-r--r--    1 binkhali   binkhali         7644 Feb 13  2010 readme.html
drwxr-xr-x    8 binkhali   binkhali         4096 Mar 31  2010 wp-admin
-rw-r--r--    1 binkhali   binkhali        40400 Oct 25  2009 wp-app.php
-rw-r--r--    1 binkhali   binkhali          220 Oct 14  2008 wp-atom.php
-rw-r--r--    1 binkhali   binkhali          274 May 25  2008 wp-blog-header.php
-rw-r--r--    1 binkhali   binkhali         3928 Jan  7  2010 wp-comments-post.php
-rw-r--r--    1 binkhali   binkhali          238 Oct 14  2008 wp-commentsrss2.php
-rw-r--r--    1 binkhali   binkhali         2616 Dec  8  2009 wp-config-sample.php
-rwxr-xr-x    1 binkhali   binkhali         1547 Jul  1  2009 wp-config.php
drwxr-xr-x    6 binkhali   binkhali         4096 Oct 11 02:00 wp-content
-rw-r--r--    1 binkhali   binkhali         1253 Aug 16  2009 wp-cron.php
-rw-r--r--    1 binkhali   binkhali          220 Oct 14  2008 wp-feed.php
drwxr-xr-x    6 binkhali   binkhali         4096 Apr 11  2010 wp-includes
-rw-r--r--    1 binkhali   binkhali         1946 May  5  2009 wp-links-opml.php
-rw-r--r--    1 binkhali   binkhali         2341 May 20  2009 wp-load.php
-rw-r--r--    1 binkhali   binkhali        22721 Dec 14  2009 wp-login.php
-rw-r--r--    1 binkhali   binkhali         7578 Sep 18  2009 wp-mail.php
-rw-r--r--    1 binkhali   binkhali          487 Apr 20  2009 wp-pass.php
-rw-r--r--    1 binkhali   binkhali          218 Oct 14  2008 wp-rdf.php
-rw-r--r--    1 binkhali   binkhali          316 May 25  2008 wp-register.php
-rw-r--r--    1 binkhali   binkhali          218 Oct 14  2008 wp-rss.php
-rw-r--r--    1 binkhali   binkhali          220 Oct 14  2008 wp-rss2.php
-rw-r--r--    1 binkhali   binkhali        23097 Dec 14  2009 wp-settings.php
-rw-r--r--    1 binkhali   binkhali         3693 Nov 26  2009 wp-trackback.php
-rw-r--r--    1 binkhali   binkhali        93445 Dec  1  2009 xmlrpc.php
213 End.
TYPE I
200 TYPE is now 8-bit binary
PORT 192,168,1,105,197,28
500 I won't open a connection to 192.168.1.105 (only to 71.158.162.207)
PASV
227 Entering Passive Mode (74,54,71,138,220,135)
QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.

@cyberduck
Copy link
Collaborator Author

b7f0012 commented

I changed the option to use passive FTp and allowed FTP-SSL when prompted it now works.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Will add proper fallback logic if the server denies PORT command.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#7336, #6828, #7298, #5168, #5243 closed as duplicates.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In a50dc78.

@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 fixed ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants