Available add-ons Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of ...
def ftp_del(script): """ Deletes remote files matching file mask Parameter script is a dictionary object Returns file names as they are deleted """ if script.get('port') is None: ftp = FTP(script.get('host'), script.get('user'), script.get('password')) else: ftp = FTP() f...
tftp(1) tidy(1) tifficc(1) time(1) timemanp(1) timeout(1) times(1) timesysp(1) timex(1) tip(1) tkmib(1) tknewsbiff(1) top(1) touch(1) touch(1B) touch(1g) tplot(1) tput(1) tput(1g) tr(1) tr(1B) tr(1g) transset(1) trap(1) traptoemail(1) tred(1) troff(1...
When I send a file over a tcp socket it takes a long time (~4 seconds for 1.5M bytes) for the transfer to complete. The same file travels almost instantly over tftp. I know tftp uses UDP, which should be faster, but I still think my transfer is WAY too slow. I'm connected 100M...
Show file File: TFTPListener.py Project: iphelix/flare-fakenet-ng def handle(self): try: (data,socket) = self.request if not data: return opcode = data[:2] if opcode == OPCODE_RRQ: filename, mode = self.parse_rrq_wrq_packet(data) self.server.logger.info('Received request to ...
> Protocol : TFTP > File type : CFG > File name : hw.xml > User name : > Load Flag : STOP > Active Mode: NEXT-STARTUP MA5800-X2(diagnose)%% MA5800-X2(diagnose)%%display ont-load select 0/2 6 1 { <cr>||<K> }:
tftpc_fwrite tftpc_get tftpc_put timer_tick tnet_accept_host tnet_cbfunc tnet_ccmp tnet_check_account tnet_get_info tnet_get_user_id tnet_msg_poll tnet_process_cmd tnet_set_delay tsk_lock tsk_unlock udp_close udp_get_buf ...
event manager applet log_siem event timer cron cron-entry "0 20 * * *" action 0001 cli command "enable" action 0002 cli command "show accounting log | redirect tftp://xx.xx.xx.xx/filename" 0 helpful hello, i did not try it. somehow one of the 2 siem configured as...
tftpc_fwrite tftpc_get tftpc_put timer_tick tnet_accept_host tnet_cbfunc tnet_ccmp tnet_check_account tnet_get_info tnet_get_user_id tnet_msg_poll tnet_process_cmd tnet_set_delay tsk_lock tsk_unlock udp_close udp_get_buf ...
Usage : firmware_loader <Processor Id> <Location of Firmware> <start|stop> [-mmap <memory_map_file>] [-i2c <0|1>] ===Mandatory arguments=== <Processor Id> 0: DSP, 1: Video-M3, 2: Vpss-M3 <Location of Firmware> firmware binary file ...