Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 6dd1053

Browse files
author
crazy-max
committed
Update README.md
1 parent c45578e commit 6dd1053

File tree

6 files changed

+38
-25
lines changed

6 files changed

+38
-25
lines changed

.gitignore

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Eclipse
2-
.settings
3-
.settings/*
4-
.buildpath
5-
.project
6-
.jsdtscope
7-
*.launch
2+
/.settings
3+
/.settings/*
4+
/.buildpath
5+
/.project
6+
/.jsdtscope
7+
/*.launch
88

99
# Ant
10-
build.properties
11-
build.xml
10+
/build.properties
11+
/build.xml
1212

1313
# Neard
14-
.dev
15-
.dev/*
14+
/.dev
15+
/.dev/*

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## r1 (2015/12/06)
44

5+
This release works since **[Neard 1.0.13](https://github.com/crazy-max/neard/releases/tag/v1.0.13)**
6+
57
* Init repo with Filezilla Server bundles from [Neard](https://github.com/crazy-max/neard)
68
* New bundle : 0.9.54
7-
* Create template files (.nrd) for future Neard release
9+
* Create template files (.nrd) for future Neard release

README.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
This a sub-repo of [Neard project](https://github.com/crazy-max/neard) involving Filezilla Server binary bundles.
22

3-
## Download
4-
5-
* [0.9.42-r1](https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.42-r1.zip) (suitable for Windows XP)
6-
* [0.9.46-r1](https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.46-r1.zip)
7-
* [0.9.47-r1](https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.47-r1.zip) (default bundle on Neard)
8-
* [0.9.52.1-r1](https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.52.1-r1.zip)
9-
* [0.9.54-r1](https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.54-r1.zip)
10-
113
## Installation
124

135
* Download and install [Neard](https://github.com/crazy-max/neard).
14-
* Download one of the available Filezilla Server bundles.
15-
* Extract archive in `neard\bin\filezilla\`.
6+
* If you already have installed Neard, stop it.
7+
* Download [a Filezilla Server bundle](#download).
8+
* Extract archive in `neard\bin\filezilla\`. Directory structure example :
169

17-
Directory structure :
1810
```
1911
[-] neard
2012
| [-] bin
@@ -24,8 +16,27 @@ Directory structure :
2416
| | | [-] filezilla0.9.54
2517
| | | neard.conf
2618
```
27-
19+
20+
* Start Neard.
21+
* Switch to the Filezilla Server version you have extracted on Neard :
22+
23+
![](https://raw.github.com/crazy-max/neard-bin-filezilla/master/img/switchVersion-20151214.png)
24+
25+
## Download
26+
27+
![](https://raw.github.com/crazy-max/neard-bin-filezilla/master/img/star-20151214.png) : Default bundle on Neard.
28+
29+
### 0.9
30+
31+
| | Filezilla Server release date | Neard release | Download | Note |
32+
| ----------------------------- |:-----------------------------:|:-------------:|:--------:|:----:|
33+
| **Filezilla Server 0.9.42** | 2013/12/16 | [r1](https://github.com/crazy-max/neard-bin-filezilla/releases/tag/r1) | [neard-filezilla-0.9.42-r1.zip](https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.42-r1.zip) | Suitable for Windows XP |
34+
| **Filezilla Server 0.9.46** | 2014/08/03 | [r1](https://github.com/crazy-max/neard-bin-filezilla/releases/tag/r1) | [neard-filezilla-0.9.46-r1.zip](https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.46-r1.zip) | |
35+
| **Filezilla Server 0.9.47** ![](https://raw.github.com/crazy-max/neard-bin-filezilla/master/img/star-20151214.png) | 2014/09/19 | [r1](https://github.com/crazy-max/neard-bin-filezilla/releases/tag/r1) | [neard-filezilla-0.9.47-r1.zip](https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.47-r1.zip) | |
36+
| **Filezilla Server 0.9.52.1** | 2015/06/01 | [r1](https://github.com/crazy-max/neard-bin-filezilla/releases/tag/r1) | [neard-filezilla-0.9.52.1-r1.zip](https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.52.1-r1.zip) | |
37+
| **Filezilla Server 0.9.54** | 2015/11/30 | [r1](https://github.com/crazy-max/neard-bin-filezilla/releases/tag/r1) | [neard-filezilla-0.9.54-r1.zip](https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.54-r1.zip) | |
38+
2839
## Issues
2940

3041
Issues must be reported on [Neard repository](https://github.com/crazy-max/neard/issues).<br />
31-
Please read [Found a bug?](https://github.com/crazy-max/neard#found-a-bug) section before reporting an issue.
42+
Please read [Found a bug?](https://github.com/crazy-max/neard#found-a-bug) section before reporting an issue.

img/star-20151214.png

500 Bytes
Loading

img/switchVersion-20151214.png

18.9 KB
Loading

releases.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
0.9.46 = "https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.46-r1.zip"
33
0.9.47 = "https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.47-r1.zip"
44
0.9.52.1 = "https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.52.1-r1.zip"
5-
0.9.54 = "https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.54-r1.zip"
5+
0.9.54 = "https://github.com/crazy-max/neard-bin-filezilla/releases/download/r1/neard-filezilla-0.9.54-r1.zip"

0 commit comments

Comments
 (0)