Re: Error listing directory
Setting it to
/public_html/folder/
worked. Thank you very much!
/public_html/folder/
worked. Thank you very much!
/public_html/folder/
, or maybe only /folder/
. Login with WinSCP GUI and see for yourself, what paths are used on the FTP account.
Error listing directory '/home/name/public_html/folder
Could not retrieve directory listing
Can't change directory to /home/name/public_html/folder No such file or directory.
:Loop
winscp.com /script=script.txt
timeout 900
goto :Loop
open ftp://user:password@domain.com:21/
synchronize remote "C:\Users\Me\Desktop\folder\" "/home/name/public_html/folder/"
exit