Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
347 views
in Technique[技术] by (71.8m points)

How to upload a list of files (automation) to FTP server?

I have a text (.txt) file that contains a list of files changed or added recently that need to be uploaded to live server. Manually browsing through different folders and selecting files to upload takes time and error prone.

Is there any FTP client that have this feature already, I will just upload the .txt file and it will do its job. Obviously I will previously have connection and folder synchronization enabled.

So far, I found a scripting solution for WinScp client, but I am looking for a client with feature to do just that, no scripting myself.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can use python pysftp library

https://pypi.org/project/pysftp/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...