View Single Post

  #5 (permalink)  
Old 06-29-2008, 03:13 PM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default Windows XP script ftp commands

Heh no issues, many of us deal with Windows too. Here is sample batch file called ftp.txt.bat:

Code:
    open "ftp-server-ip"
     "username"
     "password"
     cd /directory
     bin
     hash
     put "filename.zip"
     bye
Run it as follows:
Code:
"c:\windows\system32\ftp.exe -s:ftp.txt.bat"
Let us know if you need any further help. Admin should move this to Windows section.
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat

Last edited by rockdalinux; 06-29-2008 at 03:14 PM.. Reason: fixed typo
Reply With Quote