duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] ncftpput failes


From: Boudewijn Ector
Subject: Re: [Duplicity-talk] ncftpput failes
Date: Tue, 06 Jan 2009 21:55:22 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081125)



Try running:
$ ncftpput -f login.cfg-F -t 30 -m -V -C local_name remote_name

where login.cfg has the three lines:
host ftp.servage.net
user username
pass password

Also, what version of ncftp are you running?  What FTP is servage.net
running?


NcFTP version is 3.2.0

I don't know what FTP servage is running, but it works fine by hand.



calzone:~# ncftpput -f login.cfg -F -t 30 -m -V -C /var var Segmentation fault calzone:~# strace ncftpput -f login.cfg -F -t 30 -m -V -C /var var
*CUT*
select(4, [3], NULL, NULL, {30, 0})     = 1 (in [3], left {29, 988000})
read(3, "214-HELP\r\n", 768)            = 10
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
select(4, [3], NULL, NULL, {30, 0})     = 1 (in [3], left {29, 948000})
read(3, " CHGRP\r\n214 CHMOD\r\n", 768) = 19
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
select(4, NULL, [3], NULL, {30, 0})     = 1 (out [3], left {30, 0})
write(3, "CLNT NcFTPPut 3.2.0 linux-x86_64"..., 43) = 43
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
select(4, [3], NULL, NULL, {30, 0})     = 1 (in [3], left {29, 988000})
read(3, "500 CLNT not understood\r\n", 768) = 25
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
rt_sigaction(SIGINT, {0x4095b0, [INT], SA_RESTORER|SA_RESTART, 0x2b86722a8110}, {SIG_DFL}, 8) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 17507 detached



CLNT not understood.

Looks great....


Cheers,

Boudewijn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]