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 269958 - it waits very long (about 10-20 seconds) before uploading by ftp or sftp
Summary: it waits very long (about 10-20 seconds) before uploading by ftp or sftp
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P2 normal with 2 votes (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-01 14:33 UTC by mehdi.a
Modified: 2017-12-15 09:13 UTC (History)
1 user (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 mehdi.a 2017-03-01 14:33:42 UTC
Hi, when I want to upload even a single file from netbeans IDE, in the output window when it comes to "Directory send OK." it waits about 10-20 seconds and then starts uploading of file.

This problem occures only on some projects (maybe large ones) but it happens every time on that project while we want to upload. 

It occures on both ftp and sftp connections.

Before there was no such problem with the same projects. Maybe with an update this issue has taken place. I have tried uninstalling and reinstalling of netbeans but the problem was not solved.

In Output log: 

Directory successfully changed.
LIST
Here comes the directory listing.
Directory send OK.
***** HERE THE DELAY OCCURRES (about 10-20 seconds) ****
CWD /..........
Directory successfully changed.
....continues and starts to upload and then finishes with Succeeded message.




Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops up
Comment 1 sarslan 2017-03-22 12:54:05 UTC
I am facing this problem too. I use SSD hard disk. Could it be a bug happening on PCs with SSD hard disk?
Comment 2 sarslan 2017-03-31 07:29:16 UTC
I even changed my OS and upgraded to windows 10 but the problem still exists and did not resolve.
There is no delay on downloads. This problem occurres only for uploads.
Comment 3 demolitions 2017-12-15 09:13:07 UTC
I have the same problem, I can add that it happens uploading to various servers (actually to all the servers I tried), both via FTP and SFTP.I have been doing some tests, all with NetBeans 8.2:- The delay increases as the number of files in the project increases, it starts to become noticeable (around a quarter second, 250msec) with 100 files in the project.- The issue DOES NOT happen on Linux, at least with the same project, but it does on Windows (7 and 10) and on OS X (don't know which version, sorry).- The delay does not change with the size of the files, only with their number.