View Single Post
Old 02-06-2015, 03:30 PM  
jebjeb
Junior Member
 
Join Date: Feb 2015
Posts: 1
Default command line for stfp?

Got a situation where I need to login to an sftp 2-6 times a day, download whats in the folder x, then delete the files from the folder. and then repeat.
I have tried D:\FlashFXP\FlashFXP.exe -download sftp://Test:123@127.0.0.1:22 -localpath="labs:\*.*" -remotepath="processed/*.*"
And it logs in and does nothing

I tried
D:\FlashFXP\FlashFXP.exe -get sftp://Test:123@127.0.0.1:22 -localpath="G:\labs\*.*" -remotepath="Processed/*.*"


and it says SFTP protical detected, please change the connection type to SFTP
How do I do that via command line?
I assumed adding the sftp would do it but seems not
jebjeb is offline