about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
java
docker
spring
spring-boot
mongodb
thymeleaf
rabbitmq
scheduler
spring-cloud
springboot
mybatis
spring-data-jpa
fastdfs
springcloud
docker-composer
spring-boot-mongodb
spring-boot-mail
spring-boot-examples
spring-boot-upload-file
springboot-shiro
-
Updated
Feb 9, 2022 - Java
Apache Airflow version
2.0.0
What happened
using ftphook, im trying to download a file in chunks but the deafult blocksize is 8192 and cannot be changed.
retrieve_file code is calling conn.retrbinary(f'RETR {remote_file_name}', callback) but no blocksize is passed while this function is declared:
def retrbinary(self, cmd, callback, blocksize=8192, rest=None):
What you think