Re: Failed to retrieve file attributes to detect timezone diff
Please post logs from two consecutive runs, showing how the same file is uploaded again.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
@echo off
"C:\Program Files (x86)\WinSCP\WinSCP.com" ^
/log="C:\Users\***\Desktop\delete\WinSCP Automation\WinSCP Single.log" /ini=nul ^
/command ^
"open ftp://***:***@192.168.50.1/" ^
"lcd ""C:\Users\karabulu\Desktop\delete\FreeFileSync PC""" ^
"cd /PIMRC_USB/FreeFileSyncRemote" ^
"put -neweronly -rawtransfersettings[1] ExcludeHiddenFiles=1 *" ^
"exit"
set WINSCP_RESULT=%ERRORLEVEL%
if %WINSCP_RESULT% equ 0 (
echo Success
) else (
echo Error
)
exit /b %WINSCP_RESULT%
Failed to retrieve file /PIMRC_USB/FreeFileSyncRemote/Capture.JPG attributes to detect timezone difference
vsftpd.config
below. I have also rebooted the router, run service restart_vsftpd
and turned off/on the FTP server. The problem persist and seems caused by WinSCP.
anonymous_enable=NO
nopriv_user=root
write_enable=YES
local_enable=YES
chroot_local_user=YES
local_umask=000
dirmessage_enable=NO
xferlog_enable=NO
syslog_enable=NO
connect_from_port_20=YES
use_localtime=YES
listen=YES
pasv_enable=YES
pasv_min_port=57530
pasv_max_port=57560
tcp_wrappers=NO
max_clients=5
ftp_username=anonymous
ftpd_banner=Welcome to ASUS DSL-AX82U FTP service.
ssl_enable=NO