Curl ftp example in linux. com --mail-from "user@example.

Curl ftp example in linux. Oct 13, 2024 · Use curl command in Linux with Examples.
Curl ftp example in linux The cURL command in Linux lets your system connect to and transfer data Aug 3, 2012 · OK, considering that you are using Windows, the most simple way to do that is to use the standard ftp tool bundled with it. You can list a remote FTP directory with curl by making sure the URL ends with a trailing slash. By default curl is installed on many Linux distros and Unix-like systems. Description. For instance, if you use curl ftp. Dec 11, 2023 · Last Updated on December 11, 2023 by Abhishek Sharma. Sep 12, 2023 · It then defaults to HTTP but try other protocols based on often-used hostname prefixes. Pass a long telling libcurl which method to use to reach a file on a FTP(S) server. Similarly, to access an SSH server running on port 22, you would use the following command: curl ssh://example. tar. txt ftp://ftp. h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTP_FILEMETHOD, long method); DESCRIPTION. Jan 2, 2024 · Wrapping Up: Mastering FTP Command in Linux. Feb 2, 2011 · Not sure if it's possible but I've been trying to use curl to essentially download a file from a HTTP location and output it onto an FTP server. The implicit way and the explicit way. The URL of the file to be downloaded is provided as the first argument to the curl command. com login user password secret Then omit the login information, as in: $ echo put my-local-file. cURL is a cross-platform utility that comes installed on most Linux distributions. If curl is installed, the system will print curl: try 'curl --help' or 'curl --manual' for more information. com . In order for the rest of the . To upload to an FTP server, you specify the entire target file path and name in the URL, and you specify the local filename to upload with -T, --upload-file. First, you can list your curl command version with the following command: curl --version Oct 30, 2024 · Let’s download files via FTP: $ curl ftp://username:[email protected]/files/ -O. The curl command in Linux is a free file transfer tool. This makes it an excellent tool to be used in scripting, debugging and forensic analysis etc. cURL is a computer software project providing the libcurl library and curl command-line tool for transferring data such as downloads and uploads using Sep 29, 2019 · Note: Using the above curl command we can download multiple files at a time. What is the curl Command? When curl is used on an FTP URL to do transfer without any given user name or password, it uses the name anonymous with the password ftp@example. com See also --ftp-pasv and --disable-eprt. com > example. Curl allows you to download or upload files, interact with APIs, send emails, and automate tasks. To check if your Linux distribution has Curl installed, press the shortcut key CTRL+ALT+Tto open Terminal, type curl and press Enter. Let’s see what can you do with Curl. Get a response from a May 16, 2018 · いままではCyberDuckを使っていたのですが、curlコマンドも便利らしいということで使ってみました。 curlというとhttpで使うイメージが強いですが、ftpにも対応しています。 ファイル一覧を見る. The libraries used by curl (e. The FILE_NAME can also contain the path if the file is different than the current working directory. com. A nice feature of curl is to guess the protocol based on the URL host name you use. You can also save the data to a file using output redirection. com On Linux this option can be used to specify a VRF curl ftp://server1. tool to the end of curl commands here is two examples: GET approach with Aug 14, 2024 · Example 10: Uploading Files with FTP. txt to ftp. --epsv can be used to explicitly enable EPSV again and --no-epsv is an alias for --disable-epsv. Basically, it is used to transfer files from a server but without user intervention. CURLOPT_FTPPORT - make FTP transfer active. com Network Interface. zip. , OpenSSL). The cURL command in Linux lets your system connect to and transfer data Aug 14, 2023 · Through this guide, we’ll take a look into the core concepts of utilizing the curl command within the Linux environment with examples. gz and idf_wddevents19sep19_sql. /***** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) Daniel Stenberg, <daniel Feb 6, 2019 · Curl also supports a lot of features like proxy support, user authentication, FTP upload, HTTP post, SSL connections, cookies, file transfer pause & resume, etc. xml -Q 'DELETE FileTodelete. com". Any bit of help is appreciated. checking the file size its showing 34179. Nov 27, 2018 · ブログやってます。更新などはこちら。地方エンジニアの学習日記背景curlコマンドを使う際に毎回調べて実行しているのですがさすがに面倒なのでまとめてみました。自分のevernoteからの転載なの… Nov 7, 2024 · The Linux curl command supports numerous protocols for data transfer to and from a server. By default curl will show you the entire output on your console. cURL supports several different protocols, including […]. Open Terminal; Type su and enter to log in as the super user; Enter the root password; Type cd /etc/modprobe. txt, file2. Common curl Command Options with Examples: curl Commands in Linux. com:21. gz" at a time with the advantage of using '-O' option. In the following example we put the file named backup. At the most fundamental, cURL lets you talk to a server by specifying the location (in the form of a URL) and the data you want to send. txt. # mkdir /mnt/ftp # curlftpfs ftp. Alternatively, we can use a different tool like wget. cURL supports these methods and simplifies file transfers, whether for images, documents, or binary data. xml' Curl can be used to access various protocols running on different ports. curl -P - ftp:/example. Installing Curl on Linux Distributions. I base the following solution on Windows XP, hoping it'll work as well (or with minor modifications) on other versions. xml -Q 'DELE FileTodelete. com it will automatically try the FTP:// protocol. c - it shows the very little SSL magic you need to add. 10 as our IP address to use: curl -P 192. Example: curl --ftp-method This article explains what is cURL command in Linux and How to use it with examples. We started our journey with the basics, learning how to install and use the FTP command in different Linux distributions. 16299 May 17, 2024 · The cURL tool is a well-known tool for transferring data across networks, based on the libcurl library. Installing curl on Linux or Unix. Usually the server you work with dictates which of these methods you can and shall use against it. sql. netrc to still work fine, curl properly skips every definition done with macdef that it finds. FTP_PATH is the remote FTP server information with the FTP path we want to put the file. 168. It is a remote utility, so it works without user interaction. Here's an example of how to use curl to upload a file to an FTP server: curl -T file. How can I call the web service in Linux with cURL? linux; web-services; python -mjson. RHEL Linux Update curl. Nov 22, 2021 · curl -T FILE_NAME FTP_PATH. d/ to change directory to /etc/modprobe. It can use any one of the supported protocols (HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, DICT, TELNET, LDAP or FILE) for data transfer. zip into the FTP Mount FTP folder as root. com /mnt/ftp/ -o user=username:password,allow_other curl -P - ftp:/example. cURL command in Linux. The curl command is a useful tool for transferring data to and from a server. curl -I https://example. I would really like some help if this is in fact pos Dec 13, 2021 · cURL, which stands for client URL, is a command-line tool that developers use to transfer data to and from a server. If a download gets interrupted, you can resume it with the Nov 27, 2017 · What is curl command? The curl command is a powerful command line tool used to transfer data to or from a server. xml' curl -v -u username:pwd ftp://host/FileTodelete. Among the number of command line tools available, ` curl` stands out as one of the most versatile and powerful utilities. Furthermore, we can find curl in the repositories of most distributions. For example if you give a URL named ftp. zip" file to the FTP server at "example. com with a user named 'daniel', using the password 'qwerty' would look like: machine example. Dec 26, 2023 · Curl 설치. com:22 Handling Different Response Types Apr 11, 2012 · cURL is a software package which consists of command line tool and a library for transferring data using URL syntax. If the URL ends with a slash, curl presumes that it is a directory you want to list. How to use curl for FTP? curl is the goto tool for anything HTTP related but you can also use it for your FTP and FTPS tasks. com mailing server using the SMTP protocol. Create the mount point and then mount the FTP folder. FTP Directory listing. This post provides some examples of how to use curl. txt | ftp ftp. This command will upload the "file. however, it also could be a risk because suddenly you're at risk for man in curl -P - ftp. Uploading with FTP. If you want to provide another user name and password, you can pass them on to curl either with the -u, --user option or embed the info in the URL: FTPS is FTP secure by TLS. /***** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) Daniel Stenberg, <daniel When a TFTP transfer is setup, both parties either agree on using the default block size of 512 bytes or negotiate a different one. com curl -P eth0 ftp:/example. Is there any recommendation to look for? Aug 15, 2011 · Alternatively, create (or edit) the ~/. The test FTP site has a pre-set username of "demo", and the password is "password. This post is a cheat sheet with a list of common curl commands you can use to: upload files on your FTP server; download file stored on an FTP server; authenticate to your FTP server; list files on your FTP server Lonnie Posted : 5 Years Ago. com --mail-from "user@example. Keeping curl up-to-date on RHEL is essential for security and functionality. In this comprehensive guide, we’ve delved into the world of FTP command in Linux, a robust tool for transferring files between a client and a server on a network. There are around 120 different options that can be used with curl & in this tutorial, we are going to discuss some important Curl commands with examples. In this example, the -o option is used to specify the output file name. Curl is a versatile command-line tool that allows users to interact with various types of servers through a variety of protocols, such as HTTP, HTTPS, FTP, SMTP, and more. Learn how to use curl and its options. Custom FTP commands. txt}" ftp://XXX --user YYY where May 17, 2024 · The cURL tool is a well-known tool for transferring data across networks, based on the libcurl library. netrc for the host example. In this guide, we’ll walk through 20 useful curl commands that you can use for data transfer, troubleshooting, and automation tasks. Get a webpage from a server using a specified port for the interface: Nov 27, 2017 · What is curl command? The curl command is a powerful command line tool used to transfer data to or from a server. com:22/ It sounds like you're confusing ftps with sftp. com Dec 1, 2012 · Ask questions, find answers and collaborate at work with Stack Overflow for Teams. ftp://と続けてディレクトリを指定する。 Curl Command in Linux with Examples. Failing to do so might give you a crash since a DLL may not use the variable's memory when passed in to it from an app like this. netrc file in the home dir of the user that will run the ftp command, give it appropriate perms (chmod 0600 ~/. com to recipient@example. Below are some common curl command options: Basic curl -P - ftp:/example. This is not supported by curl. com:3128 download_URL Example:2 Limit data transfer rate. xml -Q 'rm FileTodelete. cURL supports various protocols like, DICT, FILE Mar 16, 2014 · Let's get started by looking at some very basic examples of using curl in Linux. ). com curl -P 192. Uploading is a term for sending data to a remote server. Get an FTP directory listing. 0. Install Curl NAME. curlはデータ転送を行うコマンドラインツールで、以下はよく使われるオプションです。 -XでHTTPメソッド指定、-dでPOSTデータ送信、-Hでヘッダー追加、-oで出力ファイル指定、-Oでリモートファイル名で保存、-Iでヘッダーのみ取得、-Lでリダイレクト追従、-uで認証情報指定、-kでSSL検証 Apr 19, 2023 · Curl (acronym for "Client for url") is a powerful command line tool and library for transferring files between two hosts. In this step, we will learn how to use the curl command to fetch the content of web pages. Download with PORT but use 192. But, we can install it as follows: ## Debian/Ubuntu Linux use the apt command/apt-get command ## $ sudo apt install curl Aug 21, 2016 · Could anyone recommend FTP / SFTP client C/C++ library for Linux-based embedded system? I know about Curl library but I need something as simple as possible just to download files from FTP / SFTP servers. What is the > syntax for using a secure FTP connection? > > I couldn't find any examples, so I tried the following command on a Windows > XP client: > > curl -k -v --user name:passwd ftp. Issues were: IPV6 enabled; Wrong DNS server ; Here is how I fixed it: IPV6 Disabling. com" -T email. Since Curl is a command line tool, we can use it in our scripts, to automatize repetitive tasks, for example. Aug 11, 2023 · はじめにftp で接続できるか動作確認しないと。。。ftpクライアントはいってないやん。。。そうだ、curlでやろうの、いつもコマンド忘れるので、メモcurl で ftpユーザ名 ftp… Dec 19, 2024 · curl --url smtp://smtp. netrc), and add the following: # ~/. CURLOPT_FTP_FILEMETHOD - select directory traversing method for FTP. com Fetching Web Page Content with curl. It worked to some extent, as Dec 13, 2021 · cURL, which stands for client URL, is a command-line tool that developers use to transfer data to and from a server. I've tried using total commander and search for the files. It supports many common internet protocols including HTTP, HTTPS, FTP, FTPS, SFTP, SCP, SMTP, POP3, IMAP, LDAP, MQTT, TELNET and more. It’s an excellent alternative that supports recursive downloading and can handle directory structures more easily than curl. This means it allows you to send or receive data over the network. It is not trying to validate it as a syntactically correct URL by any means but is instead very liberal with what it Oct 10, 2016 · I'm trying to upload all the text files within the current folder via FTP to a server location using curl. It stands for "Client URL" and is commonly utilized for web requests, enabling users to download files, send data via POST requests, and even interact with RESTful APIs directly from the command line. 10 ftp. For raw transfers or FTP, cURL manages content types and authentication automatically. Dec 16, 2024 · This versatile tool supports HTTP, HTTPS, FTP, and more. In the above example, I have downloaded 2 different files from the same website "idf-backup19sep19. Let’s look at a simple example of how to download files from a directory Uploads. First, let's try fetching the homepage of the curl project again, but this time, we'll use the -o option to save the output to a file: Feb 6, 2024 · Curl is a command-line tool used for transferring data between servers. Here's an example: curl https://example. com --user username:password. Try one of these instead: curl -v -u username:pwd ftp://host/FileTodelete. html Display HTTP Response Headers. Besides the HTTP(S) protocol, many other network protocols are supported, like FTP, IMAP, LDAP, and SMB. */ static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) { unsigned long nread; /* in real-world cases, this would probably get this data differently as this fread() stuff is exactly what Mar 14, 2018 · I know there's nothing wrong with the authentication, because I can see my files and other directories, but I just can't seem to create new directories using --ftp-create-dirs. net As wrap up, CURL can download HTML pages, fill HTML forms and submit them, download files from a FTP/HTTP server and upload files to the same and read/write cookies. Curl will nor‐ mally always first attempt to use EPSV before PASV, but with this option, it will not try using EPSV. i tried for many files its Aug 2, 2017 · Example $ curl -x proxy. Try Teams for free Explore Teams Apr 3, 2020 · この最後の行の0は、Linuxコマンドの終了コードです。 Linuxコマンドは正常終了時は0、異常終了時は1~255の正の整数が返ってくるものなのですが、curlはHTTP通信時に400系エラーや500系エラーなどが出ても、終了コードが0になってしまいます。 Feb 25, 2015 · You place a command with -Q, but -DELE file is not a common ftp command. h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FTPPORT, char *spec); Uploading files over HTTP POST, multipart forms, or FTP is common. This means that once it is executed and we dictate the parameters --disable-epsv (FTP) Tell curl to disable the use of the EPSV command when doing passive FTP transfers. I tried the following line: curl -T "{file1. When downloading files, we might want to limit the download speed for the downloads as the download might end up using whole bandwidth of the network & thus leaving no speed for other systems on our network. Jun 11, 2020 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Here's an example of how you can use Curl to download a file from a web server: curl -o file. The FTP protocol offers a wide variety of different commands that allow the client to perform actions, other than the plain file transfers that curl is focused on. List Curl Command Version. Here’s how: curl -T file. In this article, we will explore what the curl command is, how it works, and what you can do with it in Linux. Jul 28, 2024 · このcurlはUbuntu 20. It is one of the most useful Linux command tools. The curl command in Linux can display HTTP response headers sent by the web server. Search For Search. Update curl Using DNF or YUM: OR. (These terms originate from the FTPS RFC). Curl is a free and open source software we can use to exchange data with servers using one of the many supported protocols, such as HTTP, HTTPS, FTP, FTP, SFTP. com On Linux this option can be used to specify a VRF Sep 4, 2006 · > I'm a newcomer to curl, so I hope this isn't a dumb question. cURL can upload files to a server using FTP. png image and create /test on the ftp server if it does not Nov 29, 2019 · マウス操作が多いFTPでしすが、cURLで行うと便利です。基本ユーザー名とパスワードを環境変数に設定しておくと使いやすいです。$ export FTP_USER=user FTP_PASS=p… Nov 14, 2024 · The supported protocols (HTTP, HTTPS, FTP, etc. Example 11: Resuming a Download. FILE_NAME is the name of the file we want to upload. com login daniel password qwerty Mar 31, 2024 · A. Each example is designed to be straightforward, with explanations, CLI examples, and table charts where applicable. This example just fetches the FTP directory output from the given URL and sends it to stdout. curl supports block sizes between 8 to 65464 bytes. With curl, you can download or upload data using one of the supported protocols including HTTP, HTTPS, SCP, SFTP, and FTP. The trailing slash in the URL is what makes libcurl treat it as a directory. . It negotiates fully secured TLS connections where plain FTP uses clear text unsafe connections. This command uploads file. curl -u demo:password ftp://test. It’s pre-installed on many Linux distributions. Download or visit a single URL Feb 6, 2019 · Linux and UNIX. It’s not just for downloading files; curl is also capable of performing a wide range of tasks for applications and services. server. rebex. com (CURL will use FTP protocol to fetch data). " Don't use this type of weak username and password on a production or "real" FTP server. 04上のapt installでインストールしたもので、バージョンが古いことがわかりました。 もちろんapt update && apt upgradeを実行しても、これ以上curlのバージョンは上がりません。 Dec 19, 2024 · curl --url smtp://smtp. com using the provided username and password. There are two ways to do FTPS with curl. png -u [username]:[pass] --ftp-create-dirs /test --ftp-ssl ftp:[ftp server] In the example above, I am trying to upload the . curl does its best to use what you pass to it as a URL. Nov 16, 2018 · FTP using libcurl: i am trying to download file from serverAfter downloading the file. com /mnt/ftp/ -o user=username:password If you want to give other (regular) users access right, use the allow_other option: # curlftpfs ftp. There are many use-cases Curl can cover. the -k switch I believe is just going to ignore certificate errors I think the Author did this out of laziness . Nov 27, 2019 · curl is a command-line utility for transferring data from or to a server designed to work without user interaction. host. Linux curl command is used to download or upload data to a server via supported protocols such as HTTP, FTP, IMAP, SFTP, TFTP, IMAP, POP3, SCP, etc. Conclusion. com" --mail-rcpt "recipient@example. Linux나 Mac OS 에는 curl 명령어 패키지가 기본 탑재되어 있다. The curl command in Linux is a versatile and powerful tool used to transfer data to or from a server using various protocols, including HTTP, HTTPS, FTP, SCP, and more. However, if it’s not installed you can easily install using the package manager of your Linux Curl can be used in shell scripts to automate various tasks, such as file transfers, website monitoring, and more. 1. --ftp-pret (FTP) Tell curl to send a PRET command before PASV (and EPSV). In this comprehensive […] Dec 24, 2024 · One such tool is the curl command. d/ May 12, 2024 · Let us see some examples and usage about the curl to download and upload file on Linux or Unix-like systems. Download with PORT but use the IP address of our le0 interface (this does not work on Windows): curl -P le0 ftp. Jan 16, 2023 · The Curl command is pre-installed on most Linux distributions. To those who asked, and to those the author has failed to respond to apparently . curl sftp://server1. Debugging Web Applications Aug 13, 2024 · The curl command is a powerful and versatile tool used to transfer data to or from a server using various protocols, such as HTTP, HTTPS, FTP, and more. The command will send a message from user@example. It supports a variety of protocols, including HTTP, SMTP, FTP, and POP3. 2 ftp:/example. but actual file size is different. Downloading files with curl. g. A few things The curl is a command line tool used to download or upload data to a server via supported protocols such as HTTP, FTP, IMAP, SFTP, TFTP, IMAP, POP3, SCP, etc. example. Dec 19, 2024 · curl --url smtp://smtp. That magic is the same for uploa Sep 7, 2023 · This page contains a comprehensive curl command-line reference and guide based on the Mastering the Curl Command Line master class as well additional usage notes and examples on using curl. I've tried curl "ftp://myftpsite" --user name:password -Q "CWD When curl is used on an FTP URL to do transfer without any given user name or password, it uses the name anonymous with the password ftp@example. by adding --insecure and -k to the instructions, he makes sure it will work for more people. Which is it that your server is Define a macro. com This option is supported on Linux, *BSD/macOS, Windows >=10. Curl command examples. The curl package comes preinstalled in most Linux Distributions. It supports an extensive array of protocols, including DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, I'm trying to use a cURL command to download a file from an FTP server to a local drive on my computer. Jan 15, 2014 · There's however an existing example code on the libcurl site showing how you do FTP-SSL to download a file: ftpsget. It supports most of the network protocols ( HTTP, FTP, SFTP, SMTP, TFTP, POP3, TELNET, FILE, etc). SYNOPSIS #include <curl/curl. netrc machine ftp. Ask for 8192 bytes blocks like this: curl --tftp-blksize 8192 tftp://localserver/file The problem is I don't know the exact syntax for properly using --ftp-create-dirs, can someone help me with this? My current curl: curl -k -T 000-0000-0000-000. In this guide, you will learn some Use curl command in Linux with Examples. By using --form, files can be sent as multipart/form-data. To view response headers, use the -I option. You ask curl to use a different size than the default with --tftp-blksize. Uploading is done differently for each protocol, and several protocols may even allow different ways of uploading data. The SFTP protocol would be used to connect to an SFTP server. Apr 11, 2024 · In the realm of Linux, mastering the command line is essential for efficient and powerful usage of the operating system. Feb 10, 2024 · This is a free-for-testing FTP server hosted by Rebex. But in case curl Dec 29, 2024 · curl is a powerful command-line tool for transferring data to and from servers using various protocols like HTTP, HTTPS, FTP, etc. The -u or --user option must be used Oct 13, 2024 · Use curl command in Linux with Examples. The cURL command in Linux lets your system connect to and transfer data I'm trying to get a list of all the files we have on a server ( specifically every pdf file we have there ). Window에서도 설치하여 사용할수 있지만 일반적으로 윈도우에는 편히라게 사용 가능한 tool이나 Postman과 같은 프로그램들이 많기 때문에 잘 사용하지 않는 편이긴 하다. com via the smtp. " curl assumes you want to speak FTP. For example, to access an FTP server running on port 21, you would use the following command: curl ftp://example. An example . . Examples: curl -P - ftp:/example. For example, for hostnames starting with "ftp. cwfap nrlmq kvfo jbex fkd ysanab wlslb beaqgz lhdnqz eddvd
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}