[BusyBox 0000614]: ftput: fail to submit local_path if local_path do not refer to a local file

bugs at busybox.net bugs at busybox.net
Wed Dec 28 11:38:34 UTC 2005


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=614 
====================================================================== 
Reported By:                robang74
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   614
Category:                   Standards Compliance
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             12-27-2005 00:49 PST
Last Modified:              12-28-2005 03:38 PST
====================================================================== 
Summary:                    ftput: fail to submit local_path if local_path do
not refer to a local file
Description: 
Mark Richards wrote:

> Quite some time ago I fixed/changed ftpgetput.c so that ftpput will
work
> from a directory other than the source file.  
> 
> ie: 
> 	ftpput -u name -p pass 192.191.91.6 /var/root/2
> /var/tmp/upload/etc.tar.gz 
> 
> will fail with:
> 
> 	ftpput: STOR error: /var/tmp/upload/etc.tar.gz: No such file or
> directory
> 
> ...if the command is not executed in /var/tmp/upload.  
> 

====================================================================== 

---------------------------------------------------------------------- 
 robang74 - 12-27-05 00:54  
---------------------------------------------------------------------- 
before patch:

./busybox ftpput -u **** -p ***** ftp.roberto.foglietta.name 
www.roberto.foglietta.name/tmp _install/bin/busybox
ftpput: _install/bin/busybox: No such file or directory
echo $?
1

after patch:

./busybox ftpput -u **** -p ***** ftp.roberto.foglietta.name 
www.roberto.foglietta.name/tmp _install/bin/busybox
echo $?
0 

---------------------------------------------------------------------- 
 robang74 - 12-28-05 03:38  
---------------------------------------------------------------------- 
I suspect this report is a duplicate of 

http://bugs.busybox.net/view.php?id=85

and it has been fixed in SVN, sorry. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-27-05 00:49  robang74       New Issue                                    
12-27-05 00:49  robang74       Status                   new => assigned     
12-27-05 00:49  robang74       Assigned To               => BusyBox         
12-27-05 00:50  robang74       Issue Monitored: robang74                    
12-27-05 00:54  robang74       Note Added: 0000816                          
12-27-05 00:57  robang74       File Added: ftpgetput.diff                    
12-27-05 01:09  robang74       File Added: ftpget-dangerous_ui_change.diff      
             
12-28-05 03:38  robang74       Note Added: 0000822                          
======================================================================




More information about the busybox-cvs mailing list