ezeql / ftp4go

Automatically exported from code.google.com/p/ftp4go
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Sample file has an error in it #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The sample on the project home page fails to compile

You can fix the sample by changing the line to have a ,""
empty string at the end:

        //connect
        _, err := ftpClient.Connect("127.0.0.1", ftp4go.DefaultFtpPort, "")

Original issue reported on code.google.com by pschl...@gmail.com on 14 May 2014 at 5:12