sftp help requested

I’ve been trying to migrate from a Windows 10 machine to Mac mini with Monterey update.

My web pages transfer destination is a local university server. I can connect to it for uploads using sftp switch, but no files get uploaded. Attaching a ftplogfull.txt with a help request to understand what commands are being sent from WD to my …wsu.edu account.

[b][snip]
Warning: Setting custom HTTP method to HEAD with -X/–request may not work the
Warning: way you want. Consider using -I/–head instead.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0* Trying 69.166.55.41:80…

  • Connected to forest.moscowfsl.wsu.edu (69.166.55.41) port 80 (#0)
    .
    .
    .
    [snip][/b]

I’ve searched for help within this forum, but the inner workings of what files get created where, have so far eluded me.
Any help or suggestions will be greatly appreciated.


ftplogfull.txt (149 KB)

to use sftp, you will need to set the option to use curl
is
forest.moscowfsl.wsu.edu
the correct format for the ftp server?

under view, debug info, you should see the curl command
you could try that command in terminal window and then see if you can tweak it to work (e.g different port number etc)