Made a silly little upload script, for uploading things to dev bukkit.

This commit is contained in:
KHobbits 2011-10-13 17:19:25 +01:00
parent d732821e06
commit e7b790861f
6 changed files with 1901 additions and 0 deletions

View file

@ -0,0 +1,8 @@
copy.src.files=false
copy.src.target=
index.file=index.php
remote.connection=localhost-d13e79
remote.directory=/upload
remote.upload=ON_SAVE
run.as=REMOTE
url=http://ess.khhq.net/upload/

View file

@ -0,0 +1,7 @@
include.path=${php.global.include.path}
php.version=PHP_5
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=true
web.root=.

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>Push</name>
</data>
</configuration>
</project>