Questions tagged [ncftp]
3 questions
8
votes
2 answers
ncftp not looking into .netrc
I have this sort of stanza in my .netrc:
machine ftp.mydomain.com
login mylogin
password mypassword
and while I can successfully connect with ftp:
ftp ftp.mydomain.com
and passing credentials to ncftp:
ncftp -umylogin -pmypassword…
neurino
- 1,809
- 3
- 19
- 25
4
votes
0 answers
ncftpput don't create parent directory
I am trying to upload multiple directories recursively to an FTP server, (and FTP is the only way).
Say I have the following…
arvil
- 660
- 9
- 21
3
votes
2 answers
Vim settings within ncftp edit
I'm using the ncftp utility. It has an edit command which handles the get, edit, put sequence for me as in GUI ftp clients.
It's great except for one thing, I get vanilla vim, with none of my settings. Ideally, I'd like to have it configured…
user39622
- 31
- 1