I have a func that fetch file from ftp and return a *csv.Reader as the following:
func GetCSVReaderFromFTP(url, dir, fname string) (r *csv.Reader) { client