Questions tagged [ftp]
FTP or File Transfer Protocol is a standard protocol to share files between devices across a network.
141 questions
0
votes
2
answers
344
views
Which IDE also have integrated FTP Client to directly edit files stored on a server?
I use an IDE over FTP app called Coda (developed by Panic) which has a key feature I seek: a server side built-in editor for developer specific files (js, html, php, etc.) stored remotely.
This means:
...
0
votes
1
answer
258
views
Copy all photos to SFTP with an app?
I would like from an iPhone to upload all the photos into a SFTP account on my Linux server.
Is there a built-in way on the iPhone to copy files/photos to a SFTP server?
Or should we use a free App ...
1
vote
1
answer
576
views
Panic Transmit 5 cache is not cleared
With Panic Transmit 5.10.4 the contents of ~/Library/Caches/Transmit/ is over 5GB. I use BBEdit as an external editor, files I edit are never purged / cleared. Even after macOS restart
1
vote
1
answer
132
views
How to remove and restrict “Connect to server…”?
Using MDM, how can one remove and restrict “Connect to server…” including Command+K?
Want to make sure users cannot access local or remote servers.
1
vote
0
answers
90
views
If I download a file from safari to a location that is an FTP/SFTP server will it be downloaded directly to the server?
I have an SFTP server mounted to my iPhone’s filesystem with the help of a third party application. If I download a file from safari will it be downloaded to my device and then uploaded to the server ...
0
votes
0
answers
213
views
FTP on Mac M2 failing -- Trace/BPT trap: 5
I am trying to connect to FTP from a M2 Mac
brew install tnftp
ftp -nv $ADDRESS
Gives an error
Connected to $ADDRESS
220-
<Banner ...>
220 FTP Server ready.
331 Anonymous login ok, send your ...
2
votes
1
answer
428
views
Trying to access our FTP server. Getting "Killed 9." How do I resolve this?
I just tried to access our FTP server via the command-line FTP client on my new M2 Mini.
And it gives an immediate "Killed 9" message.
On my 2017 iMac (Catalina):
(Note that the ftp server ...
2
votes
1
answer
153
views
change mutiple xml fields data and the data have differnt name #have try apple script #on mac
Scenario description
This side needs to go to a ftp regularly to download the data down
and change their fields.
The process is:
Download from a place to get a file name called "202301081014XXXX....
6
votes
2
answers
5k
views
Are there SFTP command-line tool for macOS that have history or auto complete?
Is there software for macOS that adds command history, autocompletion or other features to an ftp command line client?
0
votes
1
answer
195
views
Making hidden files appear in FTP window (connecting to Linux server outside Terminal)
This feels so trivial but I've learned a Linux system I've used remotely for years may be shutting down and I'm anxious to move all of my files off of it. I've connected to it by opening a MacOS ...
1
vote
1
answer
429
views
My username for remote ftp access is different from my macos username and Finder will not let me edit the files
I can connect to a remote ftp server in Finder using the syntax ftp://username@host/path and then supplying the password. I get to see the files in the remote directory and can read them. However I do ...
0
votes
0
answers
663
views
Can't connect via sftp to a server with GUI Clients, but terminal works
Yesterday I was able to connect to a server via sftp with FileZilla without any problems. Today I always get a timeout while trying to connect.
I tried using the network wizzard in FileZilla and found ...
4
votes
1
answer
7k
views
Beware: macOS Finder "Connect to Server" accepts FTPS URLs (FTP in a SSL/TLS tunnel) but actually connects via plain FTP!
Reproduction
macOS 11 Big Sur
Finder > Main Menu > Go > Connect to server… (⌘-K)
Field allows ftps:// scheme. That is FTP in a SSL/TLS tunnel:
Questions
Is Finder actually using FTPS?
If so,...
1
vote
2
answers
367
views
How to cd to a mounted ftp volumn on big sur?
$ open ftp://ftp.census.gov
I use the above command to mount an ftp server on Big Sur.
I can see it in Finder. But I don't have permission to see it in Terminal.
$ ls /Volumes/ftp.census.gov
ls: ...
5
votes
1
answer
4k
views
Mount SFTP on M1 macOS
After about 6 years of using Ubuntu I am switching for the first time to macOS given the remarkable specification of M1 chip.
One of the main use of my laptop (that ran on Ubuntu) was to connect to a ...