Skip to content

Commit

Permalink
cleaning files. ready for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
VincenzoLaSpesa committed May 28, 2015
1 parent 3248ab4 commit 6aed741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ goftp

Golang FTP library with Walk support.

## About this fork.

This is Vincenzo La Spesa’s fork of the goftp package.
I’m trying to fix some bug of the original lib with ftp servers that send non-standard welcome messages.

**this fork contains unstable code**

## Features

* AUTH TLS support
Expand Down
5 changes: 5 additions & 0 deletions ftp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ var uglyServer string
var badServer string

func init() {
//ProFTPD 1.3.5 Server (Debian)
goodServer = "bo.mirror.garr.it:21"

//Symantec EMEA FTP Server
badServer = "ftp.packardbell.com:21"

//Unknown server
uglyServer = "ftp.musicbrainz.org:21"
}

Expand Down

0 comments on commit 6aed741

Please sign in to comment.