Forum Discussion
Altera_Forum
Honored Contributor
17 years agoAutomate FTP
Hello champs, I am trying to write a routine that automates FTP transfers. I was using ftpput in Busybox but it consumes way too much memory. I've seen some examples but they are in ksh...
Altera_Forum
Honored Contributor
17 years agoHello again,
I did try with this short script, howevr it did not work. It always said "Here EOF unclosed" or something like that. I was trying to do this because ftpput was not supported by the memory. The OS was not able to allocate enough memory for the process. But with the other post, the one about mmap. I was ale to do it without changing that. I just used ftpput and it's woring correctly. It's been working for over an hour now, and it seems fine. Thanks for your help. Francisco