Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Arul wrote:

I am using the sFTP protocol for transfer of files. How do I use the call statement in my script and how do Ido a Touch on the remote files. I am a newbie and an example would certainly help.

Most usually:
call touch file
Arul

I am using the sFTP protocol for transfer of files. How do I use the call statement in my script and how do Ido a Touch on the remote files. I am a newbie and an example would certainly help.

Thanks
martin

Re: Doing a "Touch" on the files in the remote directory

You can use "call" command. Are you indeed using FTP protocol? Or other?
Arul

Doing a "Touch" on the files in the remote directory

I need a script to do a "touch" on the files on the remote directory after FTP'ing the files over. Any scripts are welcome.