Re: Windows 10 FTP transfer connection failed
Thanks for sharing your findings.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Ping request could not find host grahamdolan.uk. Please check the name and try again.
Pinging AcerVeriton [::1] with 32 bytes of data:
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Ping statistics for ::1:
Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Pinging 8.8.8.8 with 32 bytes of data:
Reply from 8.8.8.8: bytes=32 time=5ms TTL=119
Reply from 8.8.8.8: bytes=32 time=5ms TTL=119
Reply from 8.8.8.8: bytes=32 time=5ms TTL=119
Reply from 8.8.8.8: bytes=32 time=5ms TTL=119
Reply from 8.8.8.8: bytes=32 time=6ms TTL=119
Reply from 8.8.8.8: bytes=32 time=6ms TTL=119
Reply from 8.8.8.8: bytes=32 time=5ms TTL=119
Reply from 8.8.8.8: bytes=32 time=5ms TTL=119
Reply from 8.8.8.8: bytes=32 time=5ms TTL=119
Reply from 8.8.8.8: bytes=32 time=5ms TTL=119
Ping statistics for 8.8.8.8:
Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 5ms, Maximum = 6ms, Average = 5ms
Connecting to ftp.grahamdolan.uk ...
Connected
Starting the session...
Session started.
Active session: [1] grahamdolan.uk@ftp.grahamdolan.uk
Comparing...
ftp
supports an active FTP mode only. In the mode the client have to listen for incoming connections, when transferring files and listing directories. That's what I believe did trigger the firewall popup, because it needs the incoming port to be opened in the firewall. On the contrary WinSCP (and basically all other FTP clients) uses passive mode by default. And you did not even connect with WinSCP. WinSCP never got to the point of transferring files or listing directories.
ftp.exe
only anyway. It should not have any impact on other applications.
CD \Users\john_\OneDrive\Scripts
ftp -s:FTPtestt.txt > \temp\ftptestlog.txt
open ftp.grahamdolan.uk
grahamdolan.uk
"password"
lcd c:\temp
put samplefile.txt
quit
ftp> open ftp.grahamdolan.uk
Connected to ftp.grahamdolan.uk.
220 FTP server ready
200 UTF8 set to on
User (ftp.grahamdolan.uk:(none)):
331 Password required for grahamdolan.uk
230 Login successful. Username & password correct; FTP unlocked.
ftp> lcd c:\temp
Local directory now C:\temp.
ftp> put samplefile.txt
200 PORT command successful
150 Opening ASCII mode data connection for samplefile.txt
226 Transfer complete
ftp: 2 bytes sent in 0.01Seconds 0.13Kbytes/sec.
ftp> quit
221 Goodbye.
ftp
) able to connect in the situation WinSCP is not?
ACERVERITON\john_
), which is also an admin account.
"C:\Program Files (x86)\WinSCP\WinSCP.exe" /log="\temp\ROG_WINSCP_full_backup.log" /ini=nul /script="\Users\john_\OneDrive\Scripts\ROG_WINSCP_backup.txt" > "\temp\ROG_WINSCP_session_backup.log"
open "ftp://***********.uk:**********@ftp.***********.uk/" -rawsettings ProxyPort=1
synchronize local "T:\ROG -Backup\SQL_dump" "/SQL_dump" -transfer=binary -criteria=time
synchronize local "T:\ROG -Backup\public_html" "/public_html" -transfer=binary -criteria=time
close
open "s3://AKIAS6Q******B7DQZ:****************@s3.amazonaws.com/"
synchronize remote "T:\ROG -Backup\SQL_dump" "/2020-royalobservatorygreenwich.org/sql_dump" -transfer=binary -criteria=time
synchronize remote "T:\ROG -Backup\public_html" "/2020-royalobservatorygreenwich.org/public_html" -transfer=binary -criteria=time
close
exit