We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I download a file from the server? I tried:
val dowCommand = SingleCommand( "ftinitdownload", ProtocolRole.CLIENT) dowCommand.add( CommandSingleParameter("clientftfid", "0")) dowCommand.add( CommandSingleParameter("name", "/icon_${channelInfo.iconId}")) dowCommand.add( CommandSingleParameter("cid", "${channel.id}")) dowCommand.add( CommandSingleParameter("cpw", "")) dowCommand.add( CommandSingleParameter("seekpos", "0")) dowCommand.add( CommandSingleParameter("proto", "0")) val initDownload = client.executeCommand( dowCommand ).get().toList()
but it returns nothing What should I do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How do I download a file from the server?
I tried:
but it returns nothing
What should I do?
The text was updated successfully, but these errors were encountered: