添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
讲道义的松鼠  ·  Input Group | ...·  7 小时前    · 
大鼻子的弓箭  ·  Making requests | ...·  2 周前    · 
爱跑步的花生  ·  ArithmeticCode/Others/ ...·  2 周前    · 
大鼻子的书包  ·  Appending Features | ...·  3 周前    · 
帅呆的小马驹  ·  Chapter 4. About ...·  2 月前    · 
睿智的香菇  ·  React基于antd ...·  9 月前    · 
迷茫的皮带  ·  如何使用 SQL SELECT ...·  11 月前    · 
pub.client.ftp:append
WmPublic. Appends data to a remote file.
If the remote file does not exist, the service creates the file.
Input Parameters
sessionkey
String Unique key for the current FTP session. The sessionkey is returned by the pub.client.ftp:login service.
transfermode
String FTP file transfer mode ( ascii or binary ). The default is ascii .
content
java.io.InputStream, byte[ ], or String Data to be transferred to the remote file.
localfile
String Optional. Name of the local file to append to the remote file. Used only when content is not specified.
remotefile
String Name of the remote file to which to append the data specified in content or localfile .
Output Parameters
returncode
String Standard FTP protocol return code.
returnmsg
String Standard FTP protocol return message.
logmsg
String FTP log messages for the entire user session.