0
votes
0answers
101 views

Local ftp access [closed]

I had a strange situation where I was setting up a small network all with fixed IPs. I had a NAS drive that I had enabled ftp on. I was using ubuntu 10.10, when I used the 'connect to server' menu I ...
7
votes
3answers
1k views

How to perform GREP on FTP?

I tried searching for similar command in ncftp (actually this is the only terminal ftp client I used) and I didn't find it. What's the way (if possible at all) to use grep command on remote server, ...
1
vote
1answer
1k views

Use configuration file for ftp with auto login enabled upon initial connection

I would like to so the same thing like in SSH where you can save the server in the config file. I would also like to save my username and password, so that it is not prompted each time I connect. I ...
1
vote
1answer
364 views

Need command-line program to download all of http:// https:// scp:// ftp:// style links (on e.g. ubuntu)

I'm writing a perl program where I want to accept all kinds of "file names" from the user, including /home/foo/bar.txt and scp://server/some/file.txt or whatever. And then I thought that if I can find ...