Netbeans 7.2 FTP is incredibly slow

I just created a new project that connects to a remote website to edit files. It was 10 minutes and he has not finished downloading yet.

The site does not exceed 30 MB, and I have a decent internet connection.

Does anyone else experience this?

+5
source share
2 answers

Check what exactly NetBeans does (in the IDE log, in the Output window). Also try turning on / off passive / active mode.

+1
source

Yes, for me too.

I just downloaded the project from Netbeans and it took 4:47 minutes. I did the same with FileZilla, and it took 1:48 minutes.

I think because it performs many other operations. For example, uploading the same file:

Netbeans:

  ...
RNFR forms.php
RNTO forms.php.old
Rename successful.
RNFR forms.php.new
RNTO forms.php
Rename successful.
DELE formus.php.old
File delete OK.
  ...

Filezilla:

  ...
Command: put "P:\Projects\...\forms.php" "forms.php"
State:   Successfully transfered, transfered 4.096 bytes in 1 seconds
  ...

.

0

All Articles