Some files won't upload in my wfcache (FileZilla)
#1
Some files won't upload in my wfcache (FileZilla)
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


Attached Files Thumbnail(s)
   
#2
RE: Some files won't upload in my wfcache (FileZilla)
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.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
#3
RE: Some files won't upload in my wfcache (FileZilla)
(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.
#4
RE: Some files won't upload in my wfcache (FileZilla)
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.
My Sentora Resources
[Module] Mail Quota Count | Vagrant Box with Sentora

[Image: vanguardly-logo-micro.png]
Graphic and Web Design. Development.
www.vanguardly.com


#5
RE: Some files won't upload in my wfcache (FileZilla)
(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]


Possibly Related Threads…
Thread Author Replies Views Last Post
FTP, managing website files kai91 0 5 ,071 03-14-2016, 10:18 PM
Last Post: kai91
Accessing FTP using FileZilla RiCaPp 6 22 ,468 09-02-2015, 05:03 AM
Last Post: MarkDark
Directory listing filezilla error olubee 10 42 ,106 08-12-2015, 09:44 AM
Last Post: james415

Forum Jump:


Users browsing this thread: 1 Guest(s)