[BusyBox 0001015]: ftpput documentation error
bugs at busybox.net
bugs at busybox.net
Sun Sep 3 09:51:23 PDT 2006
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=1015
======================================================================
Reported By: mwolfram
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1015
Category: Documentation
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 09-01-2006 03:00 PDT
Last Modified: 09-03-2006 09:51 PDT
======================================================================
Summary: ftpput documentation error
Description:
In the documentation for ftpput the parameter remote-file should be updated
to remote-dir.
======================================================================
----------------------------------------------------------------------
vda - 09-03-06 09:51
----------------------------------------------------------------------
BS. It *IS* remote-file.
# ./busybox ftpput
BusyBox v1.2.0-svn (2006.09.03-13:45+0000) multi-call binary
Usage: ftpput [options] remote-host remote-file local-file
# ./busybox ftpput 127.0.0.1 /incoming z
ftpput: STOR error: Could not create file.
# ./busybox ftpput 127.0.0.1 /incoming/ z
ftpput: STOR error: Could not create file.
# ./busybox ftpput 127.0.0.1 /incoming/z z
<worked>
Issue History
Date Modified Username Field Change
======================================================================
09-01-06 03:00 mwolfram New Issue
09-01-06 03:00 mwolfram Status new => assigned
09-01-06 03:00 mwolfram Assigned To => BusyBox
09-03-06 09:51 vda Status assigned => closed
09-03-06 09:51 vda Note Added: 0001616
======================================================================
More information about the busybox-cvs
mailing list