NppFTP upload works only for blank or very small files
-
Hi,
I am using Notepad++ with NppFTP on a Windows 10 PC with Windows and Norton firewalls turned off, and I’m trying to upload .css and .php files using SFTP to my child theme in my Wordpress site hosted by Godaddy. I can create new folders and download any file, but when it comes to uploading It works only if the files are blank or less than appr. 30 lines of code…Here’s the NppFTP output…Note that the only difference in the 2 upload attempts is the file size. Also note I have the same problem with Filezilla, and I tried it with FTP port 21 instead of SFTP port 22- no luck:[NppFTP] Everything initialized
Connecting
[SFTP] Host key written to file
[SFTP] Successfully authenticated
Connected
[SFTP] Host key accepted
[SFTP] Successfully authenticated
[Queue] The operation was already added to the queue, ignoring
[SFTP] Host key accepted
[SFTP] Successfully authenticated
Created directory /home/home3564601757/html/wp-content/themes/twentyseventeen-child
[SFTP] Host key accepted
[SFTP] Successfully authenticated
[SFTP] Host key accepted
[SFTP] Successfully authenticated
Download of /home/home3564601757/html/wp-content/themes/twentyseventeen/style.css succeeded, opening file.
[SFTP] Host key accepted
[SFTP] Successfully authenticated
Upload of C:\Users\Kirton\Desktop\style-child.css failed…LARGE FILE (50 LINES)Download of /home/home3564601757/html/wp-content/themes/twentyseventeen-child/style-child.css succeeded, opening file.
Upload of /home/home3564601757/html/wp-content/themes/twentyseventeen-child/style-child.css succeeded…SMALL FILE (<30 LINES)I’m stumped- any help much appreciated…
-
ftp servers can be configured to allow only upload of files with certain size.
Could this be your problem?Cheers
Claudia