Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8cb334ec3a46a6ae88d63d3d02bb3082ac82d65d
Authored by
王通
2025-03-07 10:23:34 +0800
1 parent
b271bb86
build: skipped
1.ftp路径变更(防止ftp默认进入路径不是transport,改为绝对路径)
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/ftp.properties
src/main/resources/ftp.properties
View file @
8cb334e
...
...
@@ -2,7 +2,7 @@ ftp.url=101.95.136.202
2
2
ftp.port=21
3
3
ftp.username=transport
4
4
ftp.password=transport123
5
-ftp.path=
down/
5
+ftp.path=
/transport/
down/
6
6
7
7
#ftp.url=192.168.168.101
8
8
#ftp.port=21
...
...