Sentora Support Forums

Full Version: Some files won't upload in my wfcache (FileZilla)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 error


Thanks in advance,

Akash  Shy
Nobody else has mentioned this issue before Confused
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.
(07-12-2015, 02:54 AM)TGates Wrote: [ -> ]Nobody else has mentioned this issue before Confused
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.

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.
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.
(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

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 error


Thanks in advance,

Akash  Shy
[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]