4 Operator

 • 

2.4K Posts

October 5th, 2020 13:00

The 7.1.x update document says that upload within the Webgui isnt possible because the system can be run out of space (the rpm is staged first ) and possible timeout problems.

You have to upload the *.rpm through scp or (s)ftp.  Not sure if its the same for 7.2/7.3.

Iam not able to upload anything with pscp or winscp or Windows FTP explorer.  With FTP i can see all directory within / but unable to get access to  the upload folder and scp always returns a End of File header error.

 

Regards,
Joerg

October 14th, 2020 04:00

hi, 

try with putty and select FTP without encryption, i've got access by this way but the connexion get session out every little secondes try always to do reconnect till the file uploaded successfully 

 

1 Rookie

 • 

13 Posts

October 26th, 2020 06:00

Hi,

it's common problem. Try windows command line ftp. In my example firmware file was stored in c:\users\user123

C:\Users\user123>ftp
ftp> open
To 192.168.1.1
Connected to 192.168.1.1.
220 (vsFTPd 3.0.2)
200 Always in UTF8 mode.
User (192.168.1.1:(none)): sysadmin
331 Please specify the password.
Password:
230 Login successful.
ftp> cd /releases
250 Directory successfully changed.
ftp> put 7.3.0.5-663138.rpm
200 PORT command successful. Consider using PASV.
150 Ok to send data.
226 Transfer complete.
ftp>

 

Then you should be able to continue from Web GUI.

No Events found!

Top