connect ftp as guest [on hold]OpenSSH_5.9p1 Client won't add new connection?Is FTP accesible outside SSH...

What is purpose of DB Browser(dbbrowser.aspx) under admin tool?

Partitioning values in a sequence

How bug prioritization works in agile projects vs non agile

Is this a typo in Section 1.8.1 Mathematics for Computer Science?

Is there a word for the censored part of a video?

Philosophical question on logistic regression: why isn't the optimal threshold value trained?

Check if a string is entirely made of the same substring

A faster way to compute the largest prime factor

Why did Rep. Omar conclude her criticism of US troops with the phrase "NotTodaySatan"?

Is there metaphorical meaning of "aus der Haft entlassen"?

How to have a sharp product image?

Is it acceptable to use working hours to read general interest books?

How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?

Why did C use the -> operator instead of reusing the . operator?

Critique of timeline aesthetic

What to do with someone that cheated their way through university and a PhD program?

A strange hotel

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

Could moose/elk survive in the Amazon forest?

How can I practically buy stocks?

As an international instructor, should I openly talk about my accent?

Why do distances seem to matter in the Foundation world?

Mistake in years of experience in resume?

What is the best way to deal with NPC-NPC combat?



connect ftp as guest [on hold]


OpenSSH_5.9p1 Client won't add new connection?Is FTP accesible outside SSH while using FTP-SSHOpenSSH chroot breaks ssh and ftpDoes reinstalling openssh-server change the host key?Error connecting to Ubuntu Server via FTPConnection to FTP Always RefusedFileZilla FTP hanging on “waiting for welcome message” when trying to connectUnable to connect to ssh using public DSA keyFTP via Nautilus and via command lineautomate sshpass when server is asking a “yes/no” question






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I try to connect to ftp://ftp.pombase.org/pombe/genome_sequence_and_features/genome_sequence/.

I copied this address from a website. If I click on the link in the website my Mac offers me to open the file in finder and then I can log as a registered user or as a Guest and I don't need a password.



When I try to connect in the terminal through sftp, I got




The authenticity of host 'ftp (192.XXX.XX.25)' can't be established.
RSA key fingerprint is
SHA256:rlupm7uf3l8UoeUkdXXXXXXXXX+XXXXXXXXXXXXXX. Are you sure you
want to continue connecting (yes/no)? yes Warning: Permanently added
'ftp,192.XXX.XX.25' (RSA) to the list of known hosts.




I can see now in /Users/MYSELF/.ssh/known_hosts the new public key.



But my question is how can I connect through ftp as a guest? Or how do I use that public key?



Thank you and excuse me for the many conceptual mistakes that I might be having here.










share|improve this question









New contributor




aerijman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as off-topic by Thomas Ward 13 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Thomas Ward

If this question can be reworded to fit the rules in the help center, please edit the question.












  • 1





    SFTP has no concept of guest users, and is NOT an FTP service. SFTP is SSH tunneled FTP. FTP is not SFTP.

    – Thomas Ward
    15 hours ago











  • @ThomasWard thank you for clarifying the concept. Do you know how can I connect to the address through terminal?

    – aerijman
    15 hours ago











  • Have you tried ftp ftp.pombase.org ? Note you'll need to know how FTP commands work to use the terminal FTP client.

    – Thomas Ward
    14 hours ago











  • I don't know the details but did use ftp in the past. MacOS apparently doesn't come with command ft. I read that safari web browser use curl, but I don't even know the name of the file that I am looking for. In the web site a link for ftp open the genome sequence is provided.

    – aerijman
    13 hours ago











  • So, wait, this is an issue with Apple? Then you're on the wrong forum.

    – Thomas Ward
    13 hours ago


















0















I try to connect to ftp://ftp.pombase.org/pombe/genome_sequence_and_features/genome_sequence/.

I copied this address from a website. If I click on the link in the website my Mac offers me to open the file in finder and then I can log as a registered user or as a Guest and I don't need a password.



When I try to connect in the terminal through sftp, I got




The authenticity of host 'ftp (192.XXX.XX.25)' can't be established.
RSA key fingerprint is
SHA256:rlupm7uf3l8UoeUkdXXXXXXXXX+XXXXXXXXXXXXXX. Are you sure you
want to continue connecting (yes/no)? yes Warning: Permanently added
'ftp,192.XXX.XX.25' (RSA) to the list of known hosts.




I can see now in /Users/MYSELF/.ssh/known_hosts the new public key.



But my question is how can I connect through ftp as a guest? Or how do I use that public key?



Thank you and excuse me for the many conceptual mistakes that I might be having here.










share|improve this question









New contributor




aerijman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as off-topic by Thomas Ward 13 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Thomas Ward

If this question can be reworded to fit the rules in the help center, please edit the question.












  • 1





    SFTP has no concept of guest users, and is NOT an FTP service. SFTP is SSH tunneled FTP. FTP is not SFTP.

    – Thomas Ward
    15 hours ago











  • @ThomasWard thank you for clarifying the concept. Do you know how can I connect to the address through terminal?

    – aerijman
    15 hours ago











  • Have you tried ftp ftp.pombase.org ? Note you'll need to know how FTP commands work to use the terminal FTP client.

    – Thomas Ward
    14 hours ago











  • I don't know the details but did use ftp in the past. MacOS apparently doesn't come with command ft. I read that safari web browser use curl, but I don't even know the name of the file that I am looking for. In the web site a link for ftp open the genome sequence is provided.

    – aerijman
    13 hours ago











  • So, wait, this is an issue with Apple? Then you're on the wrong forum.

    – Thomas Ward
    13 hours ago














0












0








0








I try to connect to ftp://ftp.pombase.org/pombe/genome_sequence_and_features/genome_sequence/.

I copied this address from a website. If I click on the link in the website my Mac offers me to open the file in finder and then I can log as a registered user or as a Guest and I don't need a password.



When I try to connect in the terminal through sftp, I got




The authenticity of host 'ftp (192.XXX.XX.25)' can't be established.
RSA key fingerprint is
SHA256:rlupm7uf3l8UoeUkdXXXXXXXXX+XXXXXXXXXXXXXX. Are you sure you
want to continue connecting (yes/no)? yes Warning: Permanently added
'ftp,192.XXX.XX.25' (RSA) to the list of known hosts.




I can see now in /Users/MYSELF/.ssh/known_hosts the new public key.



But my question is how can I connect through ftp as a guest? Or how do I use that public key?



Thank you and excuse me for the many conceptual mistakes that I might be having here.










share|improve this question









New contributor




aerijman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I try to connect to ftp://ftp.pombase.org/pombe/genome_sequence_and_features/genome_sequence/.

I copied this address from a website. If I click on the link in the website my Mac offers me to open the file in finder and then I can log as a registered user or as a Guest and I don't need a password.



When I try to connect in the terminal through sftp, I got




The authenticity of host 'ftp (192.XXX.XX.25)' can't be established.
RSA key fingerprint is
SHA256:rlupm7uf3l8UoeUkdXXXXXXXXX+XXXXXXXXXXXXXX. Are you sure you
want to continue connecting (yes/no)? yes Warning: Permanently added
'ftp,192.XXX.XX.25' (RSA) to the list of known hosts.




I can see now in /Users/MYSELF/.ssh/known_hosts the new public key.



But my question is how can I connect through ftp as a guest? Or how do I use that public key?



Thank you and excuse me for the many conceptual mistakes that I might be having here.







ssh ftp sftp






share|improve this question









New contributor




aerijman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




aerijman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 15 hours ago







aerijman













New contributor




aerijman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 16 hours ago









aerijmanaerijman

11




11




New contributor




aerijman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





aerijman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






aerijman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as off-topic by Thomas Ward 13 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Thomas Ward

If this question can be reworded to fit the rules in the help center, please edit the question.







put on hold as off-topic by Thomas Ward 13 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Thomas Ward

If this question can be reworded to fit the rules in the help center, please edit the question.








  • 1





    SFTP has no concept of guest users, and is NOT an FTP service. SFTP is SSH tunneled FTP. FTP is not SFTP.

    – Thomas Ward
    15 hours ago











  • @ThomasWard thank you for clarifying the concept. Do you know how can I connect to the address through terminal?

    – aerijman
    15 hours ago











  • Have you tried ftp ftp.pombase.org ? Note you'll need to know how FTP commands work to use the terminal FTP client.

    – Thomas Ward
    14 hours ago











  • I don't know the details but did use ftp in the past. MacOS apparently doesn't come with command ft. I read that safari web browser use curl, but I don't even know the name of the file that I am looking for. In the web site a link for ftp open the genome sequence is provided.

    – aerijman
    13 hours ago











  • So, wait, this is an issue with Apple? Then you're on the wrong forum.

    – Thomas Ward
    13 hours ago














  • 1





    SFTP has no concept of guest users, and is NOT an FTP service. SFTP is SSH tunneled FTP. FTP is not SFTP.

    – Thomas Ward
    15 hours ago











  • @ThomasWard thank you for clarifying the concept. Do you know how can I connect to the address through terminal?

    – aerijman
    15 hours ago











  • Have you tried ftp ftp.pombase.org ? Note you'll need to know how FTP commands work to use the terminal FTP client.

    – Thomas Ward
    14 hours ago











  • I don't know the details but did use ftp in the past. MacOS apparently doesn't come with command ft. I read that safari web browser use curl, but I don't even know the name of the file that I am looking for. In the web site a link for ftp open the genome sequence is provided.

    – aerijman
    13 hours ago











  • So, wait, this is an issue with Apple? Then you're on the wrong forum.

    – Thomas Ward
    13 hours ago








1




1





SFTP has no concept of guest users, and is NOT an FTP service. SFTP is SSH tunneled FTP. FTP is not SFTP.

– Thomas Ward
15 hours ago





SFTP has no concept of guest users, and is NOT an FTP service. SFTP is SSH tunneled FTP. FTP is not SFTP.

– Thomas Ward
15 hours ago













@ThomasWard thank you for clarifying the concept. Do you know how can I connect to the address through terminal?

– aerijman
15 hours ago





@ThomasWard thank you for clarifying the concept. Do you know how can I connect to the address through terminal?

– aerijman
15 hours ago













Have you tried ftp ftp.pombase.org ? Note you'll need to know how FTP commands work to use the terminal FTP client.

– Thomas Ward
14 hours ago





Have you tried ftp ftp.pombase.org ? Note you'll need to know how FTP commands work to use the terminal FTP client.

– Thomas Ward
14 hours ago













I don't know the details but did use ftp in the past. MacOS apparently doesn't come with command ft. I read that safari web browser use curl, but I don't even know the name of the file that I am looking for. In the web site a link for ftp open the genome sequence is provided.

– aerijman
13 hours ago





I don't know the details but did use ftp in the past. MacOS apparently doesn't come with command ft. I read that safari web browser use curl, but I don't even know the name of the file that I am looking for. In the web site a link for ftp open the genome sequence is provided.

– aerijman
13 hours ago













So, wait, this is an issue with Apple? Then you're on the wrong forum.

– Thomas Ward
13 hours ago





So, wait, this is an issue with Apple? Then you're on the wrong forum.

– Thomas Ward
13 hours ago










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...