Changes between Initial Version and Version 2 of Ticket #9436
- Timestamp:
- Apr 15, 2016 9:45:16 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9436
- Property Status changed from new to assigned
- Property Milestone changed from to 4.9.1
- Property Component changed from ftp to cli
- Property Summary changed from ftp upload to server root fails to FTP upload to server root fails
-
Ticket #9436 – Description
initial v2 5 5 I need to upload files to the root of a server, which failed with the error message "File not found" if I specify the ftp target as " ftp://ftp31.world4you.com/". If I try it without the trailing backslash, duck returns "Missing path in URI ftp://ftp31.world4you.com". 6 6 7 8 {{{ 7 9 duck --username <user> --password <password> -existing compare --assumeyes --verbose --upload ftp://ftp31.world4you.com/ ./_site 10 11 }}} 8 12 9 13 Any ideas?