I want to write lengthy write command by telentlib
, but it is limited to only 50 characters. Is the some way to make it longer?
tn.write(('ftp server name "remotehost" address 10.10.10.10 servertype FTP user ftpuser password password').encode())
I want to write lengthy write command by telentlib
, but it is limited to only 50 characters. Is the some way to make it longer?
tn.write(('ftp server name "remotehost" address 10.10.10.10 servertype FTP user ftpuser password password').encode())