Select instance for sftp connection

Hi there. I’m on free plan, with two instances of my web app. I have two attached volumes (one for each instance). With fly ssh console I can add --select flag to choose which instance I’m connecting to, how to do the same with fly sftp?

Right now fly sftp doesn’t support --select. While it may be cumbersome, you can use --address to pick a specific machine.

% fly sftp shell --address fdaa:1:d8b0:a7b:1a9:50fb:20e8:2
»  

You can find addresses from fly machines list.

That’s exactly what I needed. Thanks!

From How To to Questions / Help

Added wishlist

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.