tranfiriendo problems remote server files to the local computer

Advertisement

leonardo
Guest

tranfiriendo problems remote server files to the local computer

hello I have a problem trying to bring csv files from the remote server to the local server , when running the .bat says he does not find the path specified Error 2 .
this is the srcipt :
Batch option on
option confirm off
binary transfer option
open STACentral
cd c:\STA\interfaces
lcd /public_html/inbound/
get *.prn
exit

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: tranfiriendo problems remote server files to the local computer

You have the cd and lcd commands the other way around.

It should be:

lcd c:\STA\interfaces
cd /public_html/inbound/

Reply with quote

Advertisement

You can post new topics in this forum