skip to main
|
skip to sidebar
Wednesday, November 19, 2008
Script to Connect to FTP by passing username/password thru txt file
AccountInfo.txt
-------------------
user username password
prompt
binary
mget *.*
quit
ConnectFTP.cmd
-------------------
C:
cd C:\Temp
ftp -n -s:C:\Temp\AccountInfo.txt FTPHost
exit
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
CNU World
See New World Here
About Me
Srini
Success is not the key to happiness. Happiness is the key to success. If you love what you are doing, you will be successful
View my complete profile
Blog Archive
►
2009
(7)
►
June
(2)
►
March
(2)
►
January
(3)
▼
2008
(22)
▼
November
(3)
Script to Connect to FTP by passing username/passw...
Shell Script to connect to SFTP
Connect to SFTP with out prompting for Password (p...
►
September
(2)
►
June
(1)
►
May
(1)
►
March
(8)
►
February
(7)
Labels
IT News
Self Motivation
No comments:
Post a Comment