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 233914 - When I download folder from FTP, action is executed without errors but files from the folder are not downloaded.
Summary: When I download folder from FTP, action is executed without errors but files ...
Status: CLOSED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 7.4
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-04 13:24 UTC by Drabajs
Modified: 2013-09-01 19:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (230.40 KB, text/plain)
2013-08-04 13:24 UTC, Drabajs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Drabajs 2013-08-04 13:24:13 UTC

    
Comment 1 Drabajs 2013-08-04 13:24:21 UTC
Created attachment 138250 [details]
IDE log
Comment 2 Vladimir Riha 2013-08-09 08:00:15 UTC
Could you please attach content of Output window (you might have to open it using Window->Output), there is a list of executed commands during FTP connection. Thank you in advance
Comment 3 Tomas Mysik 2013-08-12 09:19:16 UTC
And could you please also try the latest dev version?

BTW in your log, there is:

INFO [org.netbeans.modules.php.project.ui.wizards.RemoteConfirmationPanel]: Cannot fetch files
org.netbeans.modules.php.project.connections.RemoteException: Cannot create the remote directory nami.

Please verify that your user has proper permissions.

Simply reopen this issue and provide your feedback.

Thanks.
Comment 4 Drabajs 2013-09-01 19:58:57 UTC
I've found the problem. I created project from existing source and then I set up ftp for the project. If I want to use ftp sync I have to create project from remote control. I had just avoided native ftp service.