Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
下载由此对象的属性所指定的文件,并将进度事件发布到指定监听器。
abstract boolean FileTransfer.downloadFile( FileTransferProgressListener listener ) throws ULjException
listener 接收文件传输进度事件的对象。
如果下载成功,则返回 true;否则,将抛出 ULjException,并且该方法将无法正常返回值。
如果发生错误,可能会导致不会向监听器发送任何数据。