Reply To: Korn Shell Scripting Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › General › Korn Shell Scripting › Reply To: Korn Shell Scripting November 19, 2009 at 7:57 pm #56995 Troy MortonParticipant #!/usr/bin/ksh for myfile in `cat fileX` do FTP cd ASCII put $myfile quit done