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 152188 - ftp cant upload .new~ file type
Summary: ftp cant upload .new~ file type
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: RemoteFS (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker with 1 vote (vote)
Assignee: remotefs@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-03 11:46 UTC by jermworm
Modified: 2012-02-14 10:48 UTC (History)
0 users

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 jermworm 2008-11-03 11:46:56 UTC
I'm using netbeans 6.5dev which isn't in the above list.

The ftp upload fails because it is trying to create files on the destination host that are not allowed.

The ftp utility is attempting to upload files named as myfilename.myext.new~ 
example ftp log section :
STOR app.php.new~

553 Filetype not allowed. File app.php.new~ won't be saved.


My filename in this case is app.php and it seems the destination server does not accept files with the added .new~ I can
upload my files with an external tool without a problem.

There is no setting that I can find to turn off the behaviour of adding .new~

Why it needs to do this in the first place mystifies me.