conf.users.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ftpserver-spring-boot-starter Show documentation
Show all versions of ftpserver-spring-boot-starter Show documentation
An apache ftp server starter for spring boot.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# ================================================================
#
# 用户密码密文,默认为“admin”的密文
# ftpserver.user.admin.userpassword=BF9DBC0052A1BF283B5AD726364F2A09
# 用户主目录
# ftpserver.user.admin.homedirectory=C:/
# 是否启用用户
# ftpserver.user.admin.enableflag=true
# 可否上传文件
# ftpserver.user.admin.writepermission=true
# 同一用户最大同时登录数,0无限制
# ftpserver.user.admin.maxloginnumber=0
# 同一用户同IP最大登录数,0无限制
# ftpserver.user.admin.maxloginperip=0
# 最大空闲时间,0无限制,超出后自动注销
# ftpserver.user.admin.idletime=0
# 上传速率限制,0无限制,单位:B(字节)
# ftpserver.user.admin.uploadrate=0
# 下载速率限制,0无限制,单位:B(字节)
# ftpserver.user.admin.downloadrate=0
#
ftpserver.user.admin.userpassword=BF9DBC0052A1BF283B5AD726364F2A09
ftpserver.user.admin.homedirectory=C:/
ftpserver.user.admin.enableflag=true
ftpserver.user.admin.writepermission=true
ftpserver.user.admin.maxloginnumber=0
ftpserver.user.admin.maxloginperip=0
ftpserver.user.admin.idletime=0
ftpserver.user.admin.uploadrate=0
ftpserver.user.admin.downloadrate=0
#
ftpserver.user.anonymous.userpassword=
ftpserver.user.anonymous.homedirectory=C:/
ftpserver.user.anonymous.enableflag=true
ftpserver.user.anonymous.writepermission=false
ftpserver.user.anonymous.maxloginnumber=0
ftpserver.user.anonymous.maxloginperip=0
ftpserver.user.anonymous.idletime=300
ftpserver.user.anonymous.uploadrate=0
ftpserver.user.anonymous.downloadrate=5242880
© 2015 - 2025 Weber Informatics LLC | Privacy Policy