Hello Friends, I want to create a function/class that will take ftp arguments from a .txt file and then execute them on a command line prompt that i will create thru process.Start.
So basically I want to do something line this
process.Start (cmd.exe )
Read one line (arguments) from file and
execute these arguments in the above cmd line process.
my txt file is like this:
ftp ftp.yahoo.com
user user1
password passord@2333
cd pub/shared/...
bin
mget *.txt
cd /
----
and exit out.
Appreciate your help !!
So basically I want to do something line this
process.Start (cmd.exe )
Read one line (arguments) from file and
execute these arguments in the above cmd line process.
my txt file is like this:
ftp ftp.yahoo.com
user user1
password passord@2333
cd pub/shared/...
bin
mget *.txt
cd /
----
and exit out.
Appreciate your help !!