Problem by connecting via AlwaysUp

Advertisement

mooijtje070
Joined:
Posts:
3
Location:
The Netherlands

Problem by connecting via AlwaysUp

Hi there!

I've got a little problem. I need WinSCP runs by AlwaysUp. I've installed about 7 servers and everything works fine, except 1 server. It wouldn't start and I think it's because an path with a space in it.

I tried multiple things, but nothing works.. This is what in my script is:
open ftp://server@server -rawsettings ProxyPort=0
 
lcd C:\path\path\path\path
cd /00 Path
 
keepuptodate C:\path\path\path\path /00 Path
Can someone help me?

Reply with quote

Advertisement

mooijtje070

Re: Problem by connecting via AlwaysUp

Thanks for your quick response. I tried to do that, but it still not start. I also tried to upload in another path (without space) and that works, but we are not allowed to use that path.

Reply with quote

mooijtje070
Joined:
Posts:
3
Location:
The Netherlands

Re: Problem by connecting via AlwaysUp

I changed it to
open ftp://server@server -rawsettings ProxyPort=0
 
lcd C:\path\path\path\path
cd "/00 Path"
 
keepuptodate C:\path\path\path\path "/00 Path"
But it still doesn't work.

Reply with quote

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

Re: Problem by connecting via AlwaysUp

Please attach a full session log file showing the problem (using the latest version of WinSCP).

To generate the session log file, use /log=C:\path\to\winscp.log command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.

Reply with quote

Advertisement

You can post new topics in this forum