This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179203 - FTP loose/reset connection
Summary: FTP loose/reset connection
Status: RESOLVED DUPLICATE of bug 174443
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal with 3 votes (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-04 14:20 UTC by krzychukula
Modified: 2011-06-06 15:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description krzychukula 2010-01-04 14:20:19 UTC
I use some cheap PHP/FTP hosting wchitch have restrictions to files size, and connection time.
I am using file zilla to this, becouse NetBeans always gave me error message:

Remote Error:

Cannot logout from server xxx

Reason: Connection reset by peer: socket write error.


When I am starting downloading/uploading it would be nice to have only changed files selected. Now it is impossible to manually deselect uploaded while reading uploading info. (In this info succeeded and faild files are listed properly! pleas only use that informations to update list of files to send in next time.

I have this problem on two servers now. one is ugu.pl, another is hekko.pl.
Comment 1 krzychukula 2010-01-04 14:28:54 UTC
This is from ftp output, hope it can help:
Some files are transfered but every download/upload is ending in similar scenario:


150 Opening BINARY mode data connection for indexActionLang.php (318 bytes)
CWD /domains//*prefer not to submit */.hekko.pl/public_html/application/views
226 Transfer complete
PORT 192,168,0,12,5,0
200 PORT command successful
RETR usersMenuData.phtml
CWD /domains//*prefer not to submit */.hekko.pl/public_html/application/views/users
425 Unable to build data connection: Connection timed out
CWD /domains//*prefer not to submit */.hekko.pl/public_html/application/views/users
200 PORT command successful
PORT 192,168,0,12,5,3
250 CWD command successful
RETR myProfil.phtml
500 Illegal PORT command
PORT 192,168,0,12,5,4
CWD /domains//*prefer not to submit */.hekko.pl/public_html/application/views/users
425 Unable to build data connection: Connection timed out
CWD /domains//*prefer not to submit */.hekko.pl/public_html/application/controllers
250 CWD command successful
PORT 192,168,0,12,5,7
250 CWD command successful
RETR IndexController.php
200 PORT command successful
PORT 192,168,0,12,5,8
CWD /domains//*prefer not to submit */.hekko.pl/public_html/application/views/users
425 Unable to build data connection: Connection timed out
CWD /domains//*prefer not to submit */.hekko.pl/public_html/application/views/users
500 Illegal PORT command
CWD /domains//*prefer not to submit */.hekko.pl/public_html/application/views
250 CWD command successful
PORT 192,168,0,12,5,16
250 CWD command successful
RETR menuAdmin.phtml
200 PORT command successful
PORT 192,168,0,12,5,17

Summary
====================




Cannot download file passwordChanged.phtml (unknown reason).
file      application/views/users/usersSitesList_center.phtml                     Cannot download file usersSitesList_center.phtml (unknown reason).
file      application/views/users/changePersonalData.phtml                        Cannot download file changePersonalData.phtml (unknown reason).
file      application/views/config/language/indexActionLang.php                   Cannot download file indexActionLang.php (unknown reason).
file      application/views/usersMenuData.phtml                                   Cannot download file usersMenuData.phtml (unknown reason).
file      application/views/users/myProfil.phtml                                  
file      application/controllers/IndexController.php                             Cannot download file IndexController.php (unknown reason).
file      application/views/menuAdmin.phtml                                       Cannot download file menuAdmin.phtml (unknown reason).
file      application/config.ini                                                  Reason: Cannot change directory to /domains//*prefer not to submit */.hekko.pl/public_html/application.
Comment 2 Petr Jiricka 2011-03-01 16:12:27 UTC
Reassigning to PHP.
Comment 3 Tomas Mysik 2011-06-03 10:18:30 UTC
Batch reassigning.
Comment 4 Tomas Mysik 2011-06-06 15:33:59 UTC
Very likely duplicate of issue#174443 - can you verify please? More information can be found in issue#174443.

Thanks.

*** This bug has been marked as a duplicate of bug 174443 ***