[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [BusyBox] mods to ftpgetput.c
From:       "Mark Richards" <mark.richards () massmicro ! com>
Date:       2005-06-16 21:23:48
Message-ID: 200506162123.j5GLNm620703 () massmicro ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I had previously modified ftpgetput.c with some changes to handle a source
file not in the current directory.  In essence, ftpput will fail if you are
not in the current directory of the file you wish to transfer.  The
modifications take care of this so you can use a full path from root to the
source file.
 
Thought I sent these to the author, but perhaps not.  How may I submit these
changes so they are tested and rolled into busybox as they are missing in
the busybox 1.0 release.
 
Mark Richards
 

[Attachment #5 (text/html)]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content=Word.Document name=ProgId>
<META content="MSHTML 6.00.2800.1498" name=GENERATOR>
<META content="Microsoft Word 10" name=Originator><LINK 
href="cid:filelist.xml@01C5728A.8500E990" rel=File-List><o:SmartTagType 
name="City" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType \
 name="place" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType \
 name="time" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType \
 name="date" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if \
gte mso 9]><xml>  <o:OfficeDocumentSettings>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
 </w:WordDocument>
</xml><![endif]--><!--[if !mso]>
<STYLE>st1\:* {
	BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>@font-face {
	font-family: Tahoma;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; \
mso-header-margin: .5in; mso-footer-margin: .5in; mso-paper-source: 0; } P.MsoNormal \
{  FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; \
mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times \
New Roman" }
LI.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; \
mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times \
New Roman" }
DIV.MsoNormal {
	FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"; \
mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times \
New Roman" }
A:link {
	COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
A:visited {
	COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlinkFollowed {
	COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.EmailStyle17 {
	COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal; mso-style-noshow: \
yes; mso-ansi-font-size: 10.0pt; mso-bidi-font-size: 10.0pt; mso-ascii-font-family: \
Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial }
SPAN.EmailStyle18 {
	COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal-reply; mso-style-noshow: \
yes; mso-ansi-font-size: 10.0pt; mso-bidi-font-size: 10.0pt; mso-ascii-font-family: \
Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial }
SPAN.SpellE {
	mso-style-name: ""; mso-spl-e: yes
}
DIV.Section1 {
	page: Section1
}
</STYLE>
<!--[if gte mso 10]>
<style>
 /* Style Definitions */ 
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";}
</style>
<![endif]--></HEAD>
<BODY lang=EN-US style="tab-interval: .5in" vLink=purple link=blue>
<DIV dir=ltr align=left><SPAN class=118482021-16062005><FONT 
face="ASRC Terminal" color=#008080 size=2>I had previously modified ftpgetput.c 
with some changes to handle a source file not in the current directory.&nbsp; In 
essence, ftpput will fail if you are not in the current directory of the file 
you wish to transfer.&nbsp; The modifications take care of this so you can use a 
full path from root to the source file.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=118482021-16062005><FONT 
face="ASRC Terminal" color=#008080 size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=118482021-16062005><FONT 
face="ASRC Terminal" color=#008080 size=2>Thought I sent these to the author, 
but perhaps not.&nbsp; How may I submit these changes so they are tested and 
rolled into busybox as they are missing in the busybox 1.0 
release.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=118482021-16062005><FONT 
face="ASRC Terminal" color=#008080 size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=118482021-16062005><FONT 
face="ASRC Terminal" color=#008080 size=2>Mark Richards</FONT></SPAN></DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: \
Arial"><o:p></o:p></SPAN></FONT>&nbsp;</DIV></BODY></HTML>



_______________________________________________
busybox mailing list
busybox@mail.busybox.net
http://codepoet.org/mailman/listinfo/busybox


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic