I need to provide an url to a third party company so that they can log in and download the file. The problem is that I don't know the url for my ftp/sftp site due to my very limited knowledge in ftp. I only know the way to connect to the ftp/sftp site using FireZilla. I connect to the ftp/sftp site using "Site Manager" in FireZilla, I provided the host name using an external IP address, and passed in an username and a password. The url that is showing up on the header of the FileZilla window displays: ftps://username@1029.56.34.19
Question #1: am I using sftp or ftp? Question #2: 1029.56.34.19 points to the home directory of my ftp website, and the file I need to upload is in a subfolder in the home directory, what should be the full url to the file on my ftp/sftp site? Is it something like this? sftp://1029.56.34.19/FolderName/FileName.csv
p.s. 1029.56.34.19 is not a real ip address, I am using it for demo purpose.