a shell script for quick uploading one f …
a shell script for quick uploading one file via ftp:
#!/bin/bash
ftp -v -n http://ftp.server.com <
mput $1
bye
END
a shell script for quick uploading one file via ftp:
#!/bin/bash
ftp -v -n http://ftp.server.com <
mput $1
bye
END
Proudly powered by WordPress. Theme: P2 by Automattic.