Command line, how to upload 3 files to a SFTP?
hi friends, how to upload 3 files located in 3 differents directories?
i know how to upload 1 file:
flashfxp.exe -upload mysite -remotepath="/home/myuser/myftpFTP/" -localpath="c:\temp\respdb\db.sql" -c2
but what happend if too need upload:
c:\programs\java\system1\dist\systm.war
and:
c:\programa\java\system2\dist\systm2.war
how do this(upload these other 2 files)?
thanks
|