Hi all,
I have a problem, I want to write a batch file for file transfer via ftp.
When i using windows, or dos i use this commad:
open :192.168.111.55
user: aaaa
pass: xxxx
then i write this command, "ftp -s:myfile" i connect the server.
How can i use this commands for linux...
thanks all.