[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: how to transfer files across internet
On Mon, 21 Aug 2000, Vishwanath wrote:
> hello everybody,
> I have to transfer files across network and the problem with ftp is
> its interactive and i want it to be done through program. The file is
create a file .netrc in ur homedir. Add the following in the file
machine <remote_host> login <login_onRemoteHost> password <psswd_onRemothost>
macdef init
get <ur_remote_file>
The do chomd 600 .netrc
and ftp to remote_host
Thanks
Chetan S
> at remote place and i want it here by running my program i tried with
> netcat it was of litlr help.
> thanx in advance.
> vishwanath
>
>
> ---------------------------------------------
> LIP is all for free speech. But it was created
> for a purpose. Violations of the rules of
> this list will result in stern action.
>