MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / addString

Method addString

lib/src/net/application/ftp/FtpServerDataConnection.cpp:156–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 */
155
156 void FtpServerDataConnection::addString(const char *str) {
157
158 std::string *newstr;
159
160 newstr=new std::string(str);
161 (*newstr)+="\r\n";
162
163 addStream(
164 new StlStringInputStream(
165 newstr,true),
166 true
167 );
168 }
169
170
171 /**

Callers 2

printFileNameMethod · 0.80
printFileDetailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected