can some me tell me what does s means in ftp -s (shell scripting)?
|
feedback
|
migrated from stackoverflow.com Sep 22 '10 at 9:28
This question came from our site for professional and enthusiast programmers.
|
I'm assuming, that you're on a Windows machine and not on *nix (as "shell" suggests). On Windows "ftp -s:filename.dat" stands for the default ftp client which reads it's commands from the file "filename.dat". So the -s switch tells the client to read a list of commands from a file and execute them. Current ftp client on *nix does not have that switch, so if you're on a *nix machine please show part of your script, so we can investigate further. | |||
|
feedback
|
|
From the
If you simply mean what So, if you were to translate
| |||
|
feedback
|