Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: remote and local dir?

You can create stored session with set initial local directory and open that session from command-line.
commandLine

remote and local dir?

is there a way to also open a local directory?

my .bat is doing this:

start winscp382.exe sftp://user:pass@host.prv:22/usr/local/user/apache-tomcat-5.5.27/webapps/myapp/WEB-INF/classes/com/mysite/path/path/


and on the left side of WinSCP I would love it to open to

C:\sourcecontrol\WebSites\site\build\site\WEB-INF\classes\mysite\path\

what do you think? is it possible?

maybe a .vba script?

at this point I just added
Explorer C:\sourcecontrol\WebSites\site\build\site\WEB-INF\classes\mysite\path\ to the .bat but that sucks...

thank you so much...