#SFTP

2025-10-09

Grundlagen für sftp

Anmelden:Die Anmeldung bei sftp ist ähnlich wie bei ssh. Man wird entweder nach einem Passwort gefragt oder das Anmelden via SSH-Key ist auch möglich.

sftp name@server

Dateien runterladen:ist man angemeldet, der steht vor dem Promt ein ">".Mit "get" lädt man Dateien vom Server runter in das Verzeichnis, von wo man sich in den sftp serve

hackershell.noblogs.org/post/2

#ErsteHilfe #software #TrickSiebzehn #Server #sftp

Grundlagen für sftp

Anmelden:
Die Anmeldung bei sftp ist ähnlich wie bei ssh. Man wird entweder nach einem Passwort gefragt oder das Anmelden via SSH-Key ist auch möglich.

sftp name@server

Dateien runterladen:
ist man angemeldet, der steht vor dem Promt ein „>“.
Mit „get“ lädt man Dateien vom Server runter in das Verzeichnis, von wo man sich in den sftp server eingeloggt hat.

> get indext.hmtl

Dateien hochladen:
Auch beim hochladen muss man via sftp angemeldet sein. Der Befehl lautet „put“. Der Pfad wo die hochzuladene Datein lokal auf dem Rechner liegt muss ggf. angegeben werden.

> put /home/alice/index.html

Dateien löschen:
Dateien kann man mit dem Befehl „rm“ löschen

> rm index.html

#Server #sftp

Nine Internet Solutions AGninecloudnavigators
2025-10-09

You ask, we answer... This time, we're talking about server connections with SFTP, FTP and SSH. 💻 We'll show you how to connect to your servers using the various protocols and what you need to bear in mind when doing so. 👉 If you have any further questions on this topic, you can find all the necessary information you need here docs.nine.ch/docs/managed-serv in our vast online documentation. 👈

PUPUWEB Blogpupuweb
2025-10-03

SFTP uses port 22 (not 21) because it runs over SSH, not FTP. FTP uses port 21 (insecure), FTPS adds SSL/TLS encryption to FTP, while SFTP is a completely different SSH-based protocol. Connect with custom ports using -oPort=NUMBER.

pupuweb.com/what-port-does-sft

2025-10-02

Tôi vừa xây dựng một ứng dụng Norton Commander để duyệt qua R2, S3, SFTP, FTP, và HDD. Ứng dụng này hỗ trợ hai cửa sổ, giao diện nhanh và thân thiện với bàn phím, cũng như trình soạn thảo tích hợp với tính năng đánh dấu cú pháp. Hỗ trợ xem trước CSV và Parquet ngay trong ứng dụng, ngay cả với các tệp lớn.

#NortonCommander #R2 #S3 #SFTP #FTP #HDD #SideProject #TechNews #VietnamTech #Coding #SoftwareDevelopment #DevLife #VietnameseDevelopers

reddit.com/r/SideProject/comme

2025-09-24

Having trouble using the built-in #sftp client on #MacOS. I'm trying to get data from a NOAA #ftp server, but using sftp on the command line always times out without connecting. I downloaded a random ftp app from the apple app store and it can connect just fine. I'm thinking that maybe the problem is that NOAA server isn't using sftp, so I tried specifying port 21, but that didn't work.
Does anyone know where I can get a working command line FTP client for macOS?
Edit: oh yeah, it needs to be a portable app that I can run without installing or needing admin privileges because work machine.
#FediTechSupport #AskFedi

Alright protocol nerds, I've got a question. SFTP's spec suggests that the `request id` general header isn't used for SSH_FXP_INIT and SSH_FXP_VERSION and was not present at all in early versions of the drafts. Does that mean those messages MUST NOT appear in those messages or should clients expect to have to ignore that field sometimes to get to the version field?

Boosts welcome.

UPDATE: Word on the street is the request id MUST NOT appear. Thks @kwaktrap

#AskFedi #sftp #protocols #internet

2025-09-12

Pretty good day yesterday, soldiered 4+1 pins on a router, with the window open with the fan on.

Did so because #minicom wasn't allowing me to input anything over "the holes".

Had a hell of a time with the +1 pin, but eventually got it; no bridges, cleaned up the board, plugged in tx to rx, rx to tx and gnd to ground, setup #minicom and cautiously plugged in the #router. It worked!

But my input was still bad. Turned out to be a setting in /etc/firmware/cmdline.txt console=ttyS0 and the getty@ttyS0 service needed turned off and in minicom it was echoing everything I wrote twice.

So then after reading a blog about it, used #sftp to pull an #openwrt #ramfs image from the routers' #bootloader from a #tftp server and booted OpenWRT.

From there, scp'd the squashfs image of OpenWRT since it couldn't be pulled via tftp since it won't install that way. Then finally overwrote the manufacturer's OS on it. Lastly, the mac address changed, so found that out through the serial port and now it always runs OpenWRT

It was a good day, despite it being 9/11. #embedded #linux

2025-09-05

Things I didn't want to build/debug for doing some remote file ops with #sftp via #python + #paramiko :

"Add option to sleep between jobs

This was added because with $PROVIDER_NAME counting files sometimes fails with -EACCES even though we have a 755 mode on the directory that failed.
With some delay during processing/between jobs (even running with -vvv causes enough) that doesn't happen..."

The original code ran multiple times an hour for several years and stated failing this week...

xoron :verified:xoron@infosec.exchange
2025-08-23

Send files privately. No cloud. No trace.

glitr.io

I’m working towards something for #secure / #private / #simple #P2P #filetransfer. It isnt as “simple” as it could be, im still working on it, but ive got it down to:

Zero-installation as a #PWA

Zero-registration by using local-only storage

#P2P-authentication using #WebCryptoAPI

Fast #datatransfer using #WebRTC, #syncthing, #croc, #sphynctershare and countless others. the key difference in my approach is that its a #webapp thats ready to go without any "real" setup process. you just need a browser.

I’m aware there are things like #SFTP and several other established protocols and tools. I started doing this because I was learning about #WebRTC and it seems suprisingly capable. This isnt ready to replace any existing apps or services.

(Note: I know you guys are typically interested in #opensource code. this project is a spin-off from a bigger project: github.com/positive-intentions)

Let me know what you think about the app, features and experience you would expect from a tool like this.

---

SUPER IMPORTANT NOTES TO PREVENT MISLEADING:

These projects are not ready to replace any existing apps or services.

These projects are not peer-reviewed or security audited.

The chat-app is #opensource for transparency (as linked above)... but the file-app is not open souce at all (especially spicy when not reviewed or audited.).

All projects behind positive-intentions are provided for testing and demo purposes only.

❀𝓪𝓵𝓬𝓮𝓪𖤐alcea@alceawis.com
2025-08-22
Sweet.
Updated (repo) the #php #webdav & #sftp up/downloader so now it can access my #TPLink locally (via Palapa Server)

as a little bonus I can now easily sync #YTarchive to my #router with on click too
#repost •acws #acws

#CodeAlcea
2025-08-19

🎉 Mountain Duck 5 is now available, the first paid upgrade after version 4 debuted in June 2020 mountainduck.io/changelog/ #cloudstorage #sftp #ftp #webdav #aws #s3 #googlestorage #onedrive #azure #sharepoint #smb #googledrive #backblaze #openstack #cryptomator

2025-08-10

SFTP Meets PostgreSQL: Building a Smart File Upload System with Quarkus Dev Services
Most file-handling tutorials stop at REST endpoints and a local filesystem.
myfear.substack.com/p/quarkus-
#Java #Quarkus #SFTP #FileUpload #ComposeDevServices

Matthias Klein 🇪🇺|🇩🇪matthias@social.klein.ruhr
2025-07-25

💡 Nischentipp Alert! 🚀

Endlich! Ich kann #FileZilla unter #macOS mit einem #StreamDeck-Tastendruck direkt auf einen (S)FTP-Server connecten.

Plot Twist: Drei namhafte KI's sagten „geht nicht“ – aber #claudeai kannte den Geheimtipp! 🎯

Das Rezept: ✨
🔧 Automator-App → Neues Dokument → Programm⚡ Shell-Skript hinzufügen:

bash
/Applications/FileZilla.app/Contents/MacOS/filezilla -c "0/<Site-Name>" &

💾 Als App speichern → StreamDeck Button = Boom!

Sometimes the fourth AI knows what the first three don't... 😏

#macOS #Automation #Productivity #DevTools #TechTips #SFTP #WorkflowOptimization

Neustradamus :xmpp: :linux:neustradamus
2025-07-23
Neustradamus :xmpp: :linux:neustradamus
2025-07-23
Fabián Rodríguez 🛡💾 🇨🇴 🌴magicfab
2025-07-23

25.7 is out, one notable addition is the backup plugin. This lets you setup remote configuration backups through SFTP using SSH public key authentication.

Screenshot of SFTP plugin configuration options
Akseli :quake_verified:​ :kde:aks@scalie.zone
2025-07-21

hey folks, SFTP question:

Given two paths, where should these go:

  • sftp://foo@bar -> home directory or root of the system?
  • sftp://foo@bar/ -> root of the system, i think?

#SFTP #Unix #Linux

Neustradamus :xmpp: :linux:neustradamus
2025-07-18

6.5.3 has been released ( / / / / / / / / ) winscp.net/

Neustradamus :xmpp: :linux:neustradamus
2025-07-18

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst