Posted by: fdpower February 22, 2016
Help Linux Command Line
Login in to Rate this Post:     0       ?        
I hope you have figured this out by now.
Also remember in some cases you need to run dostounix or sed to convert the files so that you don't see weird characters when you cat the file. Windows does new line character differently than linux.

I use FileZilla sever to setup a FTP server in windows. Place the files in the appropriate directory and then just run basic ftp commands from linux get / put files.

#ftp user@
#Enter credentials
#cd
#bin
#hash
#get yourfilename
#put youfilename
#bye
--------------------------------------------------------
http://www.thegeekstuff.com/2010/06/ftp-sftp-tutorial/

Read Full Discussion Thread for this article