Re: delete a file that found on different machine
From: Alon (noSpam_at_hotmail.com)
Date: 06/26/03
- Next message: Marc Rochkind: "Re: Can the value of NAME_MAX be changed?"
- Previous message: Chuck Dillon: "Re: Finding Process ID of Runaway files"
- In reply to: Marc Rochkind: "Re: delete a file that found on different machine"
- Next in thread: David Schwartz: "Re: delete a file that found on different machine"
- Reply: David Schwartz: "Re: delete a file that found on different machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Jun 2003 17:02:31 +0300
The file system is not mounted.
I want to know if there is a command similar to 'ssh' that allow to delete
a file
on remote computer, or maybe I can use the 'ftp' command someway.
regards,
Alon
"Marc Rochkind" <rochkind@basepath.com> wrote in message
news:oprrdm390bojfyi9@den.news.speakeasy.net...
> On Thu, 26 Jun 2003 16:34:00 +0300, Alon <noSpam@hotmail.com> wrote:
>
> > Hi,
> >
> > How can I delete a file that found on different machine?
> > Both of the machines have UNIX system,
> > And i am programming in C.
> >
> > regards,
> > Alon
> >
> >
> >
> >
>
> Two cases:
>
> 1. There is a path to the file. That is, the file system it's on is
mounted
> with NFS or something equivalent. In that case, you just issue the system
> call (unlink) as though it were local.
>
> 2. It is not mounted. I haven't a clue what to do in this case. Not sure
> how it would even be "found."
>
> --Marc
>
- Next message: Marc Rochkind: "Re: Can the value of NAME_MAX be changed?"
- Previous message: Chuck Dillon: "Re: Finding Process ID of Runaway files"
- In reply to: Marc Rochkind: "Re: delete a file that found on different machine"
- Next in thread: David Schwartz: "Re: delete a file that found on different machine"
- Reply: David Schwartz: "Re: delete a file that found on different machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|