Opened 3 years ago
#12552 new Bug report
Directories not created when FTPing to samba share
Reported by: | Ian Hobson | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | ||
Operating system version: | Windows 10 |
Description
Filezilla client version 3.56.0 64 bit for windows 10
I attempted to download a directory structure into a samba share on a linux machine running Ubuntu 20:04. I got many failures - can't open a file for writing. Investigation showed that the file's immediate parent directory did not exist.
In think what is happening is that the directory create is not written to the disk immediately and the following transfer of files in that directory therefore fails. A bit of the log follows.
Command: cd "/var/www/georgemetcalfe.com/htdocs/wp-content/themes/twentyfifteen/js"
Response: New directory is: "/var/www/georgemetcalfe.com/htdocs/wp-content/themes/twentyfifteen/js"
Command: get "color-scheme-control.js" "K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\color-scheme-control.js"
Error: Could not open 'K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\color-scheme-control.js' for writing.
Error: local: unable to open K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\color-scheme-control.js
Error: Critical file transfer error
Status: Starting download of /var/www/georgemetcalfe.com/htdocs/wp-content/themes/twentyfifteen/js/html5.js
Command: get "html5.js" "K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\html5.js"
Error: Could not open 'K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\html5.js' for writing.
Error: local: unable to open K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\html5.js
Error: Critical file transfer error
Status: Starting download of /var/www/georgemetcalfe.com/htdocs/wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js
Command: get "skip-link-focus-fix.js" "K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\skip-link-focus-fix.js"
Error: Could not open 'K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\skip-link-focus-fix.js' for writing.
Error: local: unable to open K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\skip-link-focus-fix.js
Error: Critical file transfer error
Status: Starting download of /var/www/georgemetcalfe.com/htdocs/wp-content/themes/twentyfifteen/js/functions.js
Command: get "functions.js" "K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\functions.js"
Error: Could not open 'K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\functions.js' for writing.
Error: local: unable to open K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\functions.js
Error: Critical file transfer error
Status: Starting download of /var/www/georgemetcalfe.com/htdocs/wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js
Command: get "keyboard-image-navigation.js" "K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\keyboard-image-navigation.js"
Error: Could not open 'K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\keyboard-image-navigation.js' for writing.
Error: local: unable to open K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\keyboard-image-navigation.js
Error: Critical file transfer error
Status: Starting download of /var/www/georgemetcalfe.com/htdocs/wp-content/themes/twentyfifteen/js/customize-preview.js
Command: get "customize-preview.js" "K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\customize-preview.js"
Error: Could not open 'K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\customize-preview.js' for writing.
Error: local: unable to open K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\js\customize-preview.js
Error: Critical file transfer error
Status: Starting download of /var/www/georgemetcalfe.com/htdocs/wp-content/themes/twentyfifteen/genericons/Genericons.woff
Command: cd "/var/www/georgemetcalfe.com/htdocs/wp-content/themes/twentyfifteen/genericons"
Response: New directory is: "/var/www/georgemetcalfe.com/htdocs/wp-content/themes/twentyfifteen/genericons"
Command: get "Genericons.woff" "K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\genericons\Genericons.woff"
Error: Could not open 'K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\genericons\Genericons.woff' for writing.
Error: local: unable to open K:\websites\georgemetcalfe.com\htdocs\wp-content\themes\twentyfifteen\genericons\Genericons.woff
Error: Critical file transfer error