![]() |
|
Some files won't upload in my wfcache (FileZilla) - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: FTP Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=39) +---- Thread: Some files won't upload in my wfcache (FileZilla) (/showthread.php?tid=1756) |
Some files won't upload in my wfcache (FileZilla) - AkashSoedamah - 07-12-2015 I got some failed transfers but with Filezilla..... I think it's because of the characters ~~~~_ before the file Can someone maybe help me, by looking to this log? (didn't put every line in there) Code: Response: 250 CWD command successful
Command: PASV
Response: 227 Entering Passive Mode (91,184,19,40,246,15).
Command: STOR ~~~~_wfcache.html
Response: 550 ~~~~_wfcache.html: Not a regular file
Error: Critical file transfer error
Status: Starting upload of C:\Users\Beast\Downloads\bootcampinc.nl-20150703-124034\site\wp-content\wfcache\www.bootcampinc.nl_website\~~~~_wfcache.html
Command: CWD /webspace/httpdocs/bootcampinc.nl/wp-content/wfcache/www.bootcampinc.nl_veelgestelde-vragen
Response: 250 CWD command successful
Command: PASV
Response: 227 Entering Passive Mode (91,184,19,40,236,159).
Command: STOR ~~~~_wfcache.html_gzip
Response: 550 ~~~~_wfcache.html_gzip: Not a regular file
Error: Critical file transfer error
Status: Starting upload of C:\Users\Beast\Downloads\bootcampinc.nl-20150703-124034\site\wp-content\wfcache\www.bootcampinc.nl_website\~~~~_wfcache.html_gzip
Command: CWD /webspace/httpdocs/bootcampinc.nl/wp-content/wfcache/www.bootcampinc.nl_website
Response: 250 CWD command successful
Command: PASV
Response: 227 Entering Passive Mode (91,184,19,40,241,162).
Command: STOR ~~~~_wfcache.html
Response: 550 ~~~~_wfcache.html: Not a regular file
Error: Critical file transfer error
Status: Starting upload of C:\Users\Beast\Downloads\bootcampinc.nl-20150703-124034\site\wp-content\cache\index.html
Command: CWD /webspace/httpdocs/bootcampinc.nl/wp-content/wfcache/www.bootcampinc.nl_website
Response: 250 CWD command successful
Command: PASV
Response: 227 Entering Passive Mode (91,184,19,40,235,113).
Command: STOR ~~~~_wfcache.html_gzip
Response: 550 ~~~~_wfcache.html_gzip: Not a regular file
Error: Critical file transfer errorThanks in advance, Akash
RE: Some files won't upload in my wfcache (FileZilla) - TGates - 07-12-2015 Nobody else has mentioned this issue before ![]() You may need to check with WP. But from looking at the file name itself, ~~~~_wfcache.html_gzip doesn't have a file extension, and the ~~~~ might also be an issue. You would have to check with filezilla and your OS's site for allowed file name characters. RE: Some files won't upload in my wfcache (FileZilla) - james415 - 08-12-2015 (07-12-2015, 02:54 AM)TGates Wrote: Nobody else has mentioned this issue before You might want to chech WP really. I know sourceforge was having issues recently and you may have downloaded a version while they were updating. I downloaded filezilla through a mirror and it was fine. RE: Some files won't upload in my wfcache (FileZilla) - apinto - 08-12-2015 I'm using Sentora to host various WP sites and I've neve seen this issue. Also, being a WP developer I've never seen those files.... Follow TGates and james415 tip and check WordPress, something is wrong there. RE: Some files won't upload in my wfcache (FileZilla) - srivishnu - 03-31-2016 (07-12-2015, 12:06 AM)AkashSoedamah Wrote: I got some failed transfers but with Filezilla..... I think it's because of the characters ~~~~_ before the file[quote pid='11174' dateline='1436623575'] Hello Akash, I have experienced this error and the issue occurs because directories not being owned by web-server user. To solve this go to /var/sentora/hostdata/zadmin/public_html/ for ubuntu systems : chown -R www-data:www-data domainname_com for centos systems : chown -R apache:apache domainname_com replace domainname_com with your domain directory. after you change the owner of the all directories inside your domain directory recursively you should be able to upload the files Regards,Srivishnu.K [/quote] |