FTP from windows to unix server using unix shell script

Hi,

Is it possible to ftp a huge zip file from windows to unix server using unix shell scripting?

If so what command i need to use.

thanks in advance.

yes - use a ftp batch script. Google for examples. ftp is the command unless you want to use SSH - sftp, scp but that would require keys to be setup and is the preferred method to FTP.