In other platform I can send/receive files and also can send
command native to that platform using ftp. In Sun Solaris how
can you do the same like sending a file then send a unix command CHOWN to change ownership of the file. Here's some sample ftp command I used to do...
user xxxx
password
ASCII
Put c:\data\text.txt /myrool/text.txt
quote etc
quit
where etc is the native command
Thanks for any help..
jmanj
command native to that platform using ftp. In Sun Solaris how
can you do the same like sending a file then send a unix command CHOWN to change ownership of the file. Here's some sample ftp command I used to do...
user xxxx
password
ASCII
Put c:\data\text.txt /myrool/text.txt
quote etc
quit
where etc is the native command
Thanks for any help..
jmanj