How Create Bat to config new remote

how about a good auto script for setting config new remote in bat

hello and welceom to the forum,

this would be an example for a ftp remote.
rclone config create ftpserver "ftp" "host" "127.0.0.1" "port" "2222" "user" "user" "pass" "password" -vv --obscure
and to test that
rclone.exe lsd ftpserver -vv

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.