Using this below scripts you can transfer all the files present in the target folder. Instead of * symbol, you can use regular expressions to transfer specific set of files.
for Example you can use: mput dfA*
#!/bin/sh
cd <FOLDER PATH>
HOST= '<TARGET SERVER>'
USER= '<USER ID>'
PASSWD='<PWD>'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.