ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] upload prog
@ 2004-10-10  6:41 Igor Solovyov
  2004-10-10  8:22 ` Pyatnitskich Evgeniy
  0 siblings, 1 reply; 13+ messages in thread
From: Igor Solovyov @ 2004-10-10  6:41 UTC (permalink / raw)
  To: Community

Hi All!

Для download-а я обычно пользуюсь wget.
А вот есть ли что-нибудь подобное wget (консольное), но для upload-а?

-- 
Best regards!
Igor Solovyov
Zlatoust, Russia


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-10  6:41 [Comm] upload prog Igor Solovyov
@ 2004-10-10  8:22 ` Pyatnitskich Evgeniy
  2004-10-10 10:10   ` Igor Solovyov
  0 siblings, 1 reply; 13+ messages in thread
From: Pyatnitskich Evgeniy @ 2004-10-10  8:22 UTC (permalink / raw)
  To: Community

On Sun, Oct 10, 2004 at 12:41:58 +0600
Igor Solovyov wrote:

> Hi All!
> 
> Для download-а я обычно пользуюсь wget.
> А вот есть ли что-нибудь подобное wget (консольное), но для upload-а?

lftp, rsync и т.д.

-- 
  -- Regards, P.E.M. <pem at nm dot ru>


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-10  8:22 ` Pyatnitskich Evgeniy
@ 2004-10-10 10:10   ` Igor Solovyov
  2004-10-10 10:16     ` Andrey Rahmatullin
                       ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Igor Solovyov @ 2004-10-10 10:10 UTC (permalink / raw)
  To: community

Hi!
On Sun, 10 Oct 2004 15:22:01 +0700
Pyatnitskich Evgeniy <pem@nm.ru> wrote:

> > Для download-а я обычно пользуюсь wget.
> > А вот есть ли что-нибудь подобное wget (консольное), но для
> > upload-а?

lftp - интерактивный, а использование скриптов - не очень для
меня удобно и уж wget это совсем не напоминает. :-)

rsync - не понял как им делать upload?

> и т.д.

Понятно. В общем wput вместо wget еще не придумали. :-)

-- 
Best regards!
Igor Solovyov
Zlatoust, Russia


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-10 10:10   ` Igor Solovyov
@ 2004-10-10 10:16     ` Andrey Rahmatullin
  2004-10-10 11:29       ` Igor Solovyov
  2004-10-10 16:15     ` Artem K. Jouravsky
                       ` (2 subsequent siblings)
  3 siblings, 1 reply; 13+ messages in thread
From: Andrey Rahmatullin @ 2004-10-10 10:16 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

On Sun, Oct 10, 2004 at 04:10:20PM +0600, Igor Solovyov wrote:
> rsync - не понял как им делать upload?
Так же, как и download, только папки местами поменять.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

<Vitls> .oO(мудрая мысль: на вкус и цвет фломастеры разные)
<drF_ckoff> на вкус одинаковые
<Vitls> уже попробовал?

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-10 10:16     ` Andrey Rahmatullin
@ 2004-10-10 11:29       ` Igor Solovyov
  2004-10-10 11:32         ` Ivan Fedorov
  0 siblings, 1 reply; 13+ messages in thread
From: Igor Solovyov @ 2004-10-10 11:29 UTC (permalink / raw)
  To: community

Hi!
On Sun, 10 Oct 2004 16:16:42 +0600
Andrey Rahmatullin <wrar@altlinux.ru> wrote:

> On Sun, Oct 10, 2004 at 04:10:20PM +0600, Igor Solovyov wrote:
> > rsync - не понял как им делать upload?
> Так же, как и download, только папки местами поменять.

Что-то не получается. Пытаюсь закинуть файл:

$ rsync -vaP --progress --stats ./any_file rsync_host_name::pub/any_file

list... 1 file to consider 
rsync: connection unexpectedly closed (28bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(342)

:-(

-- 
Best regards!
Igor Solovyov
Zlatoust, Russia


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-10 11:29       ` Igor Solovyov
@ 2004-10-10 11:32         ` Ivan Fedorov
  2004-10-10 11:49           ` Igor Solovyov
  0 siblings, 1 reply; 13+ messages in thread
From: Ivan Fedorov @ 2004-10-10 11:32 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

Igor Solovyov пишет:

>>>rsync - не понял как им делать upload?
>>
>>Так же, как и download, только папки местами поменять.
> 
> 
> Что-то не получается. Пытаюсь закинуть файл:
> 
> $ rsync -vaP --progress --stats ./any_file rsync_host_name::pub/any_file
> 
> list... 1 file to consider 
> rsync: connection unexpectedly closed (28bytes read so far)
> rsync error: error in rsync protocol data stream (code 12) at io.c(342)
> 
> :-(
Это похоже просто в сети проблемы. Попробуй еще раз.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-10 11:32         ` Ivan Fedorov
@ 2004-10-10 11:49           ` Igor Solovyov
  0 siblings, 0 replies; 13+ messages in thread
From: Igor Solovyov @ 2004-10-10 11:49 UTC (permalink / raw)
  To: community

Hi!
On Sun, 10 Oct 2004 20:32:29 +0900
Ivan Fedorov <ns@altlinux.ru> wrote:

> > Что-то не получается. Пытаюсь закинуть файл:
> > 
> > $ rsync -vaP --progress --stats ./any_file
> > rsync_host_name::pub/any_file
> > 
> > list... 1 file to consider 
> > rsync: connection unexpectedly closed (28bytes read so far)
> > rsync error: error in rsync protocol data stream (code 12) at
> > io.c(342)
> > 
> > :-(
> Это похоже просто в сети проблемы. Попробуй еще раз.

Пока не нашел в чем проблема. Наоборот все работает. :-( 


-- 
Best regards!
Igor Solovyov
Zlatoust, Russia


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-10 10:10   ` Igor Solovyov
  2004-10-10 10:16     ` Andrey Rahmatullin
@ 2004-10-10 16:15     ` Artem K. Jouravsky
  2004-10-11  6:40     ` Alexey Morsov
  2004-10-11 11:39     ` Antonio
  3 siblings, 0 replies; 13+ messages in thread
From: Artem K. Jouravsky @ 2004-10-10 16:15 UTC (permalink / raw)
  To: community

On Sun, Oct 10, 2004 at 04:10:20PM +0600, Igor Solovyov wrote:
> Hi!
> On Sun, 10 Oct 2004 15:22:01 +0700
> Pyatnitskich Evgeniy <pem@nm.ru> wrote:
> 
> > > Для download-а я обычно пользуюсь wget.
> > > А вот есть ли что-нибудь подобное wget (консольное), но для
> > > upload-а?
> 
> lftp - интерактивный, а использование скриптов - не очень для
> меня удобно и уж wget это совсем не напоминает. :-)
ncftpput
ncftpget

--
С уважением,
   Артём.
ЗАО "СЕМА.РУ"
************
She sells cshs by the cshore.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-10 10:10   ` Igor Solovyov
  2004-10-10 10:16     ` Andrey Rahmatullin
  2004-10-10 16:15     ` Artem K. Jouravsky
@ 2004-10-11  6:40     ` Alexey Morsov
  2004-10-11  7:27       ` Igor Solovyov
  2004-10-11 11:39     ` Antonio
  3 siblings, 1 reply; 13+ messages in thread
From: Alexey Morsov @ 2004-10-11  6:40 UTC (permalink / raw)
  To: community


Igor Solovyov wrote:

> Hi!
> On Sun, 10 Oct 2004 15:22:01 +0700
> Pyatnitskich Evgeniy <pem@nm.ru> wrote:
> 
> 
>>>Для download-а я обычно пользуюсь wget.
>>>А вот есть ли что-нибудь подобное wget (консольное), но для
>>>upload-а?
> 
> 
> lftp - интерактивный, а использование скриптов - не очень для
> меня удобно и уж wget это совсем не напоминает. :-)
Фига - он может и из скрипта работает - проверено man lftp

-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-11  6:40     ` Alexey Morsov
@ 2004-10-11  7:27       ` Igor Solovyov
  2004-10-11 11:45         ` Alexey Morsov
  0 siblings, 1 reply; 13+ messages in thread
From: Igor Solovyov @ 2004-10-11  7:27 UTC (permalink / raw)
  To: community

Hi!
On Mon, 11 Oct 2004 10:40:10 +0400
Alexey Morsov <samurai@ricom.ru> wrote:

> > lftp - интерактивный, а использование скриптов - не очень для
> > меня удобно и уж wget это совсем не напоминает. :-)
>
> Фига - он может и из скрипта работает - проверено man lftp

А я разве говорю, что он не может? :-)
Просто для меня это не удобно.
А я уже rsync-ом это делаю. Очень удобно!

-- 
Best regards!
Igor Solovyov
Zlatoust, Russia


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-10 10:10   ` Igor Solovyov
                       ` (2 preceding siblings ...)
  2004-10-11  6:40     ` Alexey Morsov
@ 2004-10-11 11:39     ` Antonio
  3 siblings, 0 replies; 13+ messages in thread
From: Antonio @ 2004-10-11 11:39 UTC (permalink / raw)
  To: community

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, 10 Oct 2004, Igor Solovyov wrote:

> Понятно. В общем wput вместо wget еще не придумали. :-)

Это как так не придумали??? http://freshmeat.net/projects/wput/

- -- 
Best regards,
	Tony.			mailto:obidos@mail.ru
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQFBanDt2gaLrWRbr5URAhw/AKC2pyS4qMOkMEiEoUuRS3upyIFQ8wCgs9ZQ
7GiUzHyli43bD2YqVXSOs8Q=
=uz+4
-----END PGP SIGNATURE-----






^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-11  7:27       ` Igor Solovyov
@ 2004-10-11 11:45         ` Alexey Morsov
  2004-10-11 11:59           ` Ivan Fedorov
  0 siblings, 1 reply; 13+ messages in thread
From: Alexey Morsov @ 2004-10-11 11:45 UTC (permalink / raw)
  To: community


Igor Solovyov wrote:
> Hi!
> On Mon, 11 Oct 2004 10:40:10 +0400
> Alexey Morsov <samurai@ricom.ru> wrote:
> 
> 
>>>lftp - интерактивный, а использование скриптов - не очень для
>>>меня удобно и уж wget это совсем не напоминает. :-)
>>
>>Фига - он может и из скрипта работает - проверено man lftp
> 
> 
> А я разве говорю, что он не может? :-)
> Просто для меня это не удобно.
> А я уже rsync-ом это делаю. Очень удобно!
Угу - если на том конце он (rsync) есть и открыт

-- 
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] upload prog
  2004-10-11 11:45         ` Alexey Morsov
@ 2004-10-11 11:59           ` Ivan Fedorov
  0 siblings, 0 replies; 13+ messages in thread
From: Ivan Fedorov @ 2004-10-11 11:59 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

Alexey Morsov пишет:
>>>> lftp - интерактивный, а использование скриптов - не очень для
>>>> меня удобно и уж wget это совсем не напоминает. :-)
>>>
>>>
>>> Фига - он может и из скрипта работает - проверено man lftp
>>
>>
>>
>> А я разве говорю, что он не может? :-)
>> Просто для меня это не удобно.
>> А я уже rsync-ом это делаю. Очень удобно!
> 
> Угу - если на том конце он (rsync) есть и открыт
Оно через ssh неплохо работает...

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-10-11 11:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-10  6:41 [Comm] upload prog Igor Solovyov
2004-10-10  8:22 ` Pyatnitskich Evgeniy
2004-10-10 10:10   ` Igor Solovyov
2004-10-10 10:16     ` Andrey Rahmatullin
2004-10-10 11:29       ` Igor Solovyov
2004-10-10 11:32         ` Ivan Fedorov
2004-10-10 11:49           ` Igor Solovyov
2004-10-10 16:15     ` Artem K. Jouravsky
2004-10-11  6:40     ` Alexey Morsov
2004-10-11  7:27       ` Igor Solovyov
2004-10-11 11:45         ` Alexey Morsov
2004-10-11 11:59           ` Ivan Fedorov
2004-10-11 11:39     ` Antonio

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git