Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Basic file manipulation on AIX box via windows script? 1

Status
Not open for further replies.

MCubitt

Programmer
Mar 14, 2002
1,081
GB
I would like to be able to copy/move files on our AIX box via Windows scripts. The reason is that the people who will run the scripts use Windows and are used to it.

Is this possible, with the scripts on Windows, or will I have to run remote scripts that live on AIX?

Thanks





There's no need for sarcastic replies, we've not all been this sad for that long!
 
I'm moderately confused by what you're asking for.

What will the people on the windows PC be doing? Writing windows / dos scripts or AIX ksh/sh/csh/tcsh ? Do they just want to modify AIX scripts from their pc? If so, then consider samba.
 
Sorry, not very clear!

The scripts will already exist, they will COPY, MOVE and DELETE files that exist on teh UNIX server.

However, they will access these scripts from Windows, not UNIX.

..I hope!




There's no need for sarcastic replies, we've not all been this sad for that long!
 
The latest version of WS_FTP Pro features both "remote to remote transfer" and scripting.

Depending on what you're trying to do, you may not need the "remote to remote" part, but it's there if you need to use two different ftp connections to the same server and transfer between them.

You probably only need a scriptable ftp client for Windows, of which there are many. The command line ftp in Windows is also scriptable, but I don't recall if there's a way to have it prompt for username/password, which you'll probably want to do both for security and flexibility.

Rod Knowlton
IBM Certified Advanced Technical Expert pSeries and AIX 5L
CompTIA Linux+
CompTIA Security+

 
Rod,

Thanks for the suggestion.

I think I will just tell the users it's UNIX scripts and to get on with it, and stop whinging!

Thanks




There's no need for sarcastic replies, we've not all been this sad for that long!
 
Hi MCubitt,
you could also install Samba and expose the directories to the Windowsworld. Have a look here for more information.

Stefan
 
stef,

Actually we do have Samba installed, though I didn't get involved with it yet.

However, I think for simplicity sake (and time constraints!) it'll be UNIX scripts.

Thanks anyway



There's no need for sarcastic replies, we've not all been this sad for that long!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top