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 227913 - During downloading directory from ftp-server I can not expand this directory to list and choose entities for downloading to PC.
Summary: During downloading directory from ftp-server I can not expand this directory ...
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-25 16:12 UTC by Seha16
Modified: 2013-03-28 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Журнал среды IDE (602.57 KB, text/plain)
2013-03-25 16:12 UTC, Seha16
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Seha16 2013-03-25 16:12:20 UTC
Product Version = NetBeans IDE 7.3 (Build 201302132200)
Operating System = Linux version 2.6.32-46-generic running on i386
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) Client VM 23.7-b01
Comment 1 Seha16 2013-03-25 16:12:48 UTC
Created attachment 133044 [details]
Журнал среды IDE
Comment 2 Vladimir Riha 2013-03-26 09:19:51 UTC
looks to me like PHP/FTP, reassigning
Comment 3 Tomas Mysik 2013-03-26 10:07:42 UTC
Please, just to be sure, provide exact steps to reproduce. Also, paste here the content of the Output window with FTP log.

Simply reopen this issue, thanks.
Comment 4 Seha16 2013-03-28 09:55:35 UTC
I work with project on remote server.
For example. I want download directory "/public_html/css". I click right buttom on this directory and click on "Download...". I have popup window. In window I see this directory and checkbox(for set load this source or not). When I try expand this directory to list for turn off some files(I don't want download all files of directory, I want download some new files of such directory) for downloading, I don't have this list(like this directory is empty. But it is not, directory is not empty. Permission is ok. I was tested is via FileZilla). Version 7.2 - is ok, in 7.3 - I have such issue.


FTP log:

220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 25 allowed.
220-Local time is now 09:48. 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 sheissin
331 User sheissin OK. Password required
PASS ******
230-Your bandwidth usage is restricted
230 OK. Current restricted directory is /
TYPE I
200 TYPE is now 8-bit binary
CWD /public_html
250 OK. Current directory is /public_html
PWD
257 "/public_html" is your current location
CWD /public_html/css
250 OK. Current directory is /public_html/css
PWD
257 "/public_html/css" is your current location
SYST
215 UNIX Type: L8
PASV
227 Entering Passive Mode (209,188,16,45,156,201)
LIST -a /public_html/css
150 Accepted data connection
226-Out of memory during globbing of /public_html/css
226-(This probably means "Permission denied")
226-Options: -a -l 
226 0 matches total
Comment 5 Tomas Mysik 2013-03-28 10:30:44 UTC
From the log:

226-Out of memory during globbing of /public_html/css
226-(This probably means "Permission denied")

This message comes from the FTP server itself - see [1] - so it seems to be a bug/problem in it?

Please, do the same with NB 7.2 and paste here the FTP log so we can compare it with the one from NB 7.3.

Thanks.
[1] https://github.com/jedisct1/pure-ftpd/blob/master/src/messages_en.h
Comment 6 Martin Kanak 2013-03-28 10:36:44 UTC
Tomas, I try to reproduce this issue in 7.3 and dev build, but it works for me as expected. When I expand the directory, I see the list of files and directories which are there.

Product Version: NetBeans IDE Dev (Build 201303252300)
Java: 1.7.0_17; Java HotSpot(TM) Client VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_17-b02
System: Linux version 3.5.0-26-generic running on i386; UTF-8; en_US (nb)
Comment 7 Tomas Mysik 2013-03-28 10:39:54 UTC
As I wrote, I think that it will be specific for that FTP server (Pure-FTPd). Let's wait for reopening and antoher FTP log.

Thanks.
Comment 8 Seha16 2013-03-28 12:06:44 UTC
Netbeans is ok.
It is java.cert and FTP conflict.

Thanks,
Sergii
Comment 9 Tomas Mysik 2013-03-28 12:12:20 UTC
Does it mean that it works for you now?

Thanks.
Comment 10 Seha16 2013-03-28 15:06:01 UTC
(In reply to comment #9)
> Does it mean that it works for you now?
> 
> Thanks.

Yes, I fixed this issue. Some days ago I got java exception, that ftp ssl certificate was expired. I change configuration of ftp-connection from "explicit FTP over TLS" to "pure FTP", and saving function has work, but now I notice this issue with downloading. Maybe PureFTPd block downloading without certificate or something. Now I reset ssl certificate on remote server and return "explicit FTP over TLS". Now is ok.

On another ftp-server dowloading is work correctly, and no such problems. I was tested downloading on another project with "pure FTP".

Thank you Tomas, Martin, Vladimir so much.

P.S. And sorry for my bad English :)
Comment 11 Tomas Mysik 2013-03-28 15:47:09 UTC
Great to hear that it works for you!

Thanks for reporting.