Post a reply

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: 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.
mooijtje070

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.
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.
mooijtje070

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?